diff graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/InstalledCode.java @ 5541:b4c406861c33

More renamings to drop Ri* prefix completely. Deleted graph.BitMap class and replaced with java.util.BitSet.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 09 Jun 2012 16:52:12 +0200
parents e18ba36bfebc
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/InstalledCode.java	Fri Jun 08 23:47:42 2012 +0200
+++ b/graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/InstalledCode.java	Sat Jun 09 16:52:12 2012 +0200
@@ -36,7 +36,7 @@
      * Returns the method to which the compiled code belongs.
      * @return the method to which the compiled code belongs.
      */
-    RiResolvedMethod method();
+    ResolvedJavaMethod method();
 
     /**
      * @return true if the code represented by this object is still valid, false otherwise (may happen due to deopt, etc.)