comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTypePrimitive.java @ 2283:f21664b3dd1c

Keeping up-to-date with Maxine/CRI changes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Apr 2011 10:22:05 +0200
parents 8f033d37798a
children 6190d20bd6d6
comparison
equal deleted inserted replaced
2282:0309d394eb5f 2283:f21664b3dd1c
102 public boolean isInitialized() { 102 public boolean isInitialized() {
103 return true; 103 return true;
104 } 104 }
105 105
106 @Override 106 @Override
107 public boolean isInstance(Object obj) { 107 public boolean isInstance(CiConstant obj) {
108 return false; 108 return false;
109 } 109 }
110 110
111 @Override 111 @Override
112 public boolean isInstanceClass() { 112 public boolean isInstanceClass() {