bug fixes with string split and other changes to make a little more sophisticated
[IRC.git] / Robust / src / IR / ClassDescriptor.java
index d86e115cddcaf9e8b786548c0720488797de665b..ffae50948e25b34c3e9c113cbe69a5a16eafdad8 100644 (file)
@@ -3,7 +3,7 @@ import java.util.*;
 import IR.Tree.*;
 
 public class ClassDescriptor extends Descriptor {
-  private static int UIDCount=0;
+  private static int UIDCount=1; // start from 1 instead of 0 for multicore gc
   private final int classid;
   String superclass;
   ClassDescriptor superdesc;