comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotField.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
comparison
equal deleted inserted replaced
1434:72cfb36c6bb2 1435:20a3896518ac
58 public RiType holder() { 58 public RiType holder() {
59 return holder; 59 return holder;
60 } 60 }
61 61
62 @Override 62 @Override
63 public boolean isConstant() {
64 // TODO Auto-generated method stub
65 return false;
66 }
67
68 @Override
69 public boolean isResolved() { 63 public boolean isResolved() {
70 return offset != -1; 64 return offset != -1;
71 } 65 }
72 66
73 @Override 67 @Override