diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiCodeInfo.java @ 5506:56860d3f9f39

More refactorings and renamings in preparation of ci/ri split.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:12:01 +0200
parents 290b3025b66f
children
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiCodeInfo.java	Thu Jun 07 17:25:52 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiCodeInfo.java	Thu Jun 07 18:12:01 2012 +0200
@@ -22,9 +22,6 @@
  */
 package com.oracle.max.cri.ri;
 
-import com.oracle.max.cri.ci.*;
-
-
 /**
  * Represents some code installed in the code cache of the runtime.
  * This encapsulated details are only for informational purposes.
@@ -43,11 +40,6 @@
     byte[] code();
 
     /**
-     * Gets the target method (if any) from which this installed code was produced.
-     */
-    CiTargetMethod targetMethod();
-
-    /**
      * Gets the method (if any) from which this installed code was compiled.
      */
     RiResolvedMethod method();