while working on memory pool for task records, fixed bug where mem Q hashtable entrie...
authorjjenista <jjenista>
Thu, 23 Sep 2010 19:17:12 +0000 (19:17 +0000)
committerjjenista <jjenista>
Thu, 23 Sep 2010 19:17:12 +0000 (19:17 +0000)
commitcbbba6bdf3dad63d274243049ad44d3cffafbc65
tree17cc968b56437234381d2d035d19c0e18f33574d
parente13beb847325c34894008387a6f64700c1ab9335
while working on memory pool for task records, fixed bug where mem Q hashtable entries had to wait for pointer value but used the wrong object id (oid)
Robust/src/IR/Flat/BuildCode.java
Robust/src/Runtime/garbage.c
Robust/src/Runtime/memPool.h
Robust/src/Runtime/mlp_lock.h
Robust/src/Runtime/mlp_runtime.c
Robust/src/Runtime/mlp_runtime.h
Robust/src/Runtime/workschedule.c
Robust/src/Tests/oooJava/poolalloc/test.java