changeset 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 2ab52cda08e5
children 017f3eeb2901 f58974bce9bd
files c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
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;
     }