[Swift-commit] r3702 - trunk/src/org/griphyn/vdl/karajan/lib
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Oct 28 18:13:24 CDT 2010
Author: hategan
Date: 2010-10-28 18:13:24 -0500 (Thu, 28 Oct 2010)
New Revision: 3702
Modified:
trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
Log:
disabled console debugger
Modified: trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2010-10-27 19:46:49 UTC (rev 3701)
+++ trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2010-10-28 23:13:24 UTC (rev 3702)
@@ -381,7 +381,7 @@
if (hash == null) {
hash = new WrapperMap();
stack.firstFrame().setVar(VDL_FUTURE_WRAPPER_MAP, hash);
- InHook.install(new Monitor(hash));
+ //InHook.install(new Monitor(hash));
}
return hash;
}
@@ -485,7 +485,7 @@
}
protected static void closeShallow(VariableStack stack, DSHandle handle) throws ExecutionException {
- synchronized(handle.getRoot()) {
+ synchronized (handle.getRoot()) {
handle.closeShallow();
getFutureWrapperMap(stack).close(handle);
}
More information about the Swift-commit
mailing list