diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethod.java @ 2054:3c0a889a176b

Added GC stats. Enabling intrinsics.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 12 Jan 2011 19:14:32 +0100
parents 9e5e83ca2259
children 99ad52189524
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethod.java	Tue Jan 11 17:02:38 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethod.java	Wed Jan 12 19:14:32 2011 +0100
@@ -23,6 +23,6 @@
 import com.sun.cri.ri.*;
 
 
-public interface HotSpotMethod extends RiMethod, CompilerObject {
+public interface HotSpotMethod extends RiMethod {
 
 }