comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypeResolved.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 72cfb36c6bb2
children 9e5e83ca2259
comparison
equal deleted inserted replaced
1434:72cfb36c6bb2 1435:20a3896518ac
163 return false; 163 return false;
164 } 164 }
165 165
166 @Override 166 @Override
167 public Class<?> javaClass() { 167 public Class<?> javaClass() {
168 throw new RuntimeException("javaClass not implemented"); 168 return null;
169 } 169 }
170 170
171 @Override 171 @Override
172 public CiKind kind() { 172 public CiKind kind() {
173 return CiKind.Object; 173 return CiKind.Object;