diff graal/Runtime/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java @ 2496:96ca0e1b8a1d

Adjustments to react on changes on the RiRuntime interface.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 22:13:35 +0200
parents 099e697d8934
children
line wrap: on
line diff
--- a/graal/Runtime/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Fri Apr 22 21:52:33 2011 +0200
+++ b/graal/Runtime/src/com/sun/hotspot/c1x/HotSpotMethodResolved.java	Fri Apr 22 22:13:35 2011 +0200
@@ -177,7 +177,7 @@
     }
 
     @Override
-    public Class<?> accessor() {
+    public RiType accessor() {
         return null;
     }