comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypeUnresolved.java @ 2289:6190d20bd6d6

merge
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 11 Apr 2011 11:25:06 +0200
parents 569d3fe7d65c f21664b3dd1c
children e3c42b8de67e
comparison
equal deleted inserted replaced
2288:8c426c2891c8 2289:6190d20bd6d6
135 public boolean isSubtypeOf(RiType other) { 135 public boolean isSubtypeOf(RiType other) {
136 throw unresolved("isSubtypeOf()"); 136 throw unresolved("isSubtypeOf()");
137 } 137 }
138 138
139 @Override 139 @Override
140 public boolean isInstance(Object obj) { 140 public boolean isInstance(CiConstant obj) {
141 throw unresolved("isInstance()"); 141 throw unresolved("isInstance()");
142 } 142 }
143 143
144 @Override 144 @Override
145 public RiType componentType() { 145 public RiType componentType() {