# HG changeset patch # User Thomas Wuerthinger # Date 1365735794 -7200 # Node ID 5450f281602b33555cf0bd9cef983541dd248a25 # Parent e0e85d78843b3e7cfe8f8f5865cb3cd9d9e0a01c Merge fix. diff -r e0e85d78843b -r 5450f281602b graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java --- 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);