comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodUnresolved.java @ 1465:2c754f3a2722

Inlining of static final field values. Java mirror instead of VmID. Support for PrintMetrics option.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 18 Nov 2010 17:27:43 +0100
parents 9196a2b32950
children 243c729b5ded
comparison
equal deleted inserted replaced
1463:7bc14f75a077 1465:2c754f3a2722
138 return new CiUnresolvedException(operation + " not defined for unresolved method " + name); 138 return new CiUnresolvedException(operation + " not defined for unresolved method " + name);
139 } 139 }
140 140
141 @Override 141 @Override
142 public String toString() { 142 public String toString() {
143 return "HotSpotMethod<" + name + ", unresolved>"; 143 return "HotSpotMethod<" + holder.name() + ". " + name + ", unresolved>";
144 } 144 }
145 145
146 @Override 146 @Override
147 public Class<?> accessor() { 147 public Class<?> accessor() {
148 return null; 148 return null;