diff graal/com.oracle.graal.graph/src/com/oracle/graal/graph/NodeClass.java @ 18651:8c753e6fab96

added mechanism for recomputing IterableNodeType lists in a Graph after deserialization
author Doug Simon <doug.simon@oracle.com>
date Tue, 09 Dec 2014 21:58:44 +0100
parents 1518c3296cc8
children 0857a4186ecd
line wrap: on
line diff
--- a/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/NodeClass.java	Tue Dec 09 17:06:54 2014 +0100
+++ b/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/NodeClass.java	Tue Dec 09 21:58:44 2014 +0100
@@ -255,7 +255,7 @@
         return isSimplifiable;
     }
 
-    public static int cacheSize() {
+    static int allocatedNodeIterabledIds() {
         return nextIterableId;
     }