# HG changeset patch # User Thomas Wuerthinger # Date 1299177055 -3600 # Node ID 360497545e85652c7cd8bd2b53efa39ac0ba6697 # Parent 2ab52cda08e5c0e87de5c40c1073de12db6eb9ad Up-to-date with CRI changes. diff -r 2ab52cda08e5 -r 360497545e85 c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java --- 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; }