Changes regarding the lock system. Still bugs and the TASK version code does not...
[IRC.git] / Robust / src / ClassLibrary / Bristlecone / Object.java
index a581471644e44cd23705533a3bef5c52ce3d56ba..d4ccd8f73edb9c2491ce6a44d780924cdbf5b481 100644 (file)
@@ -1,6 +1,7 @@
 public class Object {
   /* DO NOT USE ANY OF THESE - THEY ARE FOR IMPLEMENTING TAGS */
-  private Object tags;
+  private int cachedCode;  //first field has to be a primitive
+  private Object tags;  
 
   public native int hashCode();