changeset 9028:5450f281602b

Merge fix.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 12 Apr 2013 05:03:14 +0200
parents e0e85d78843b
children 4e2a0220118e
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java	Fri Apr 12 04:51:28 2013 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java	Fri Apr 12 05:03:14 2013 +0200
@@ -224,8 +224,6 @@
      */
     void reprofile(long metaspaceMethod);
 
-    Object lookupAppendixInPool(HotSpotResolvedObjectType pool, int cpi);
-
     void invalidateInstalledCode(long nativeMethod);
 
     boolean isInstalledCodeValid(long nativeMethod);