diff c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java @ 1435:20a3896518ac

Initial adjustments to make C1X4HotSpot compile and run with latest Maxine version.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 22 Oct 2010 17:31:38 +0200
parents efba53f86c4f
children 9e5e83ca2259
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Thu Sep 30 17:19:48 2010 -0700
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Fri Oct 22 17:31:38 2010 +0200
@@ -165,4 +165,16 @@
         return "HotSpotMethod<" + name + ">";
     }
 
+    @Override
+    public Class<?> accessor() {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    @Override
+    public int intrinsic() {
+        // TODO Auto-generated method stub
+        return 0;
+    }
+
 }