comparison 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
comparison
equal deleted inserted replaced
2495:c737ee310b39 2496:96ca0e1b8a1d
175 // This isn't used by GRAAL for now, so this is enough. 175 // This isn't used by GRAAL for now, so this is enough.
176 return false; 176 return false;
177 } 177 }
178 178
179 @Override 179 @Override
180 public Class<?> accessor() { 180 public RiType accessor() {
181 return null; 181 return null;
182 } 182 }
183 183
184 @Override 184 @Override
185 public int intrinsic() { 185 public int intrinsic() {