diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java @ 12533:e5c23a8f3dd8

Remove unused parameter from CompilerToVm.dontInline
author Matthias Grimmer <grimmer@ssw.jku.at>
date Wed, 23 Oct 2013 12:54:21 +0200
parents 9b1cc2628961
children cee7f686c470
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java	Wed Oct 23 12:48:06 2013 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java	Wed Oct 23 12:54:21 2013 +0200
@@ -218,7 +218,7 @@
 
     long readUnsafeKlassPointer(Object o);
 
-    void dontInline(long metaspaceMethod, HotSpotResolvedJavaMethod method);
+    void dontInline(long metaspaceMethod);
 
     /**
      * Invalidates the profiling information and restarts profiling upon the next invocation.