Fix volatile in mgc version. Volatile variable should not be allocated in the shared...
authorjzhou <jzhou>
Wed, 3 Nov 2010 23:31:35 +0000 (23:31 +0000)
committerjzhou <jzhou>
Wed, 3 Nov 2010 23:31:35 +0000 (23:31 +0000)
commitc48ebf719f4e5bb995e187273ac7df4de7289299
treea60366289eee47817eb988c170f2f589a186ca8b
parent552dd1549fde74a92dd9dd7d0ccce7aed48655f0
Fix volatile in mgc version.  Volatile variable should not be allocated in the shared heap like static variables
Robust/src/IR/ClassDescriptor.java
Robust/src/IR/Flat/BuildCode.java
Robust/src/Tests/VolatileTest.java