diff graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/GraphBuilderContext.java @ 20164:c36ab3cd360c

removed GraphBuilderContext.getRootMethod()
author Doug Simon <doug.simon@oracle.com>
date Sat, 04 Apr 2015 19:52:26 +0200
parents 67507ee4e8d6
children a100c22edc32
line wrap: on
line diff
--- a/graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/GraphBuilderContext.java	Sat Apr 04 19:47:24 2015 +0200
+++ b/graal/com.oracle.graal.graphbuilderconf/src/com/oracle/graal/graphbuilderconf/GraphBuilderContext.java	Sat Apr 04 19:52:26 2015 +0200
@@ -185,11 +185,6 @@
     GraphBuilderContext getParent();
 
     /**
-     * Gets the root method for the graph building process.
-     */
-    ResolvedJavaMethod getRootMethod();
-
-    /**
      * Gets the method currently being parsed.
      */
     ResolvedJavaMethod getMethod();
@@ -210,8 +205,8 @@
     JavaType getInvokeReturnType();
 
     /**
-     * Gets the inline depth of this context. 0 implies this is the context for the
-     * {@linkplain #getRootMethod() root method}.
+     * Gets the inline depth of this context. 0 implies this is the context for the compilation root
+     * method.
      */
     int getDepth();