diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java @ 2274:360497545e85

Up-to-date with CRI changes.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Thu, 03 Mar 2011 19:30:55 +0100
parents c0b1d6a44a02
children f21664b3dd1c 569d3fe7d65c
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java	Thu Mar 03 19:25:53 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java	Thu Mar 03 19:30:55 2011 +0100
@@ -211,12 +211,6 @@
     }
 
     @Override
-    public boolean recordLeafMethodAssumption(RiMethod method) {
-        System.out.println("Trying to record leaf method assumption: " + method.toString());
-        return false;
-    }
-
-    @Override
     public RiRegisterConfig getRegisterConfig(RiMethod method) {
         return regConfig;
     }