X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Robust%2Fsrc%2FAnalysis%2FOwnershipAnalysis%2FOwnershipAnalysis.java;h=37457ecba58c89ecb79a06de44258796a5517c87;hb=46e66cbd2e781e6e5fea233d611abfe06eb5f084;hp=4e7be31b37d06af9c53dbe3503a59e85dda3fe0f;hpb=21ce4adf7bcd53baab74a1cfb6eff87efb4ff679;p=IRC.git diff --git a/Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java b/Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java index 4e7be31b..37457ecb 100644 --- a/Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java +++ b/Robust/src/Analysis/OwnershipAnalysis/OwnershipAnalysis.java @@ -166,7 +166,9 @@ public class OwnershipAnalysis { // ownership graph with an object in another // graph that logically represents the same // heap region - static private int uniqueIDcount = 0; + // start at 10 and incerement to leave some + // reserved IDs for special purposes + static private int uniqueIDcount = 10; // Use these data structures to track progress of