comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotRuntime.java @ 1455:43a93774d24f

Syncing changes with C1X.
author Doug Simon <doug.simon@oracle.com>
date Fri, 12 Nov 2010 16:11:41 +0100
parents d0c8d3a2a7e8
children cb03c46412a4
comparison
equal deleted inserted replaced
1448:9196a2b32950 1455:43a93774d24f
223 223
224 @Override 224 @Override
225 public RiRegisterConfig getRegisterConfig(RiMethod method) { 225 public RiRegisterConfig getRegisterConfig(RiMethod method) {
226 return regConfig; 226 return regConfig;
227 } 227 }
228
229 public boolean needsDebugInfo() {
230 return false;
231 }
232
228 } 233 }