comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotMethodUnresolved.java @ 2049:7e09ea4a8f36

Added leaf method assumptions.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 10 Jan 2011 16:59:48 +0100
parents f5908cceac7d
children 99ad52189524
comparison
equal deleted inserted replaced
2048:177398c6147d 2049:7e09ea4a8f36
88 public boolean hasBalancedMonitors() { 88 public boolean hasBalancedMonitors() {
89 throw unresolved("hasBalancedMonitors"); 89 throw unresolved("hasBalancedMonitors");
90 } 90 }
91 91
92 @Override 92 @Override
93 public RiMethod uniqueConcreteMethod() {
94 throw unresolved("uniqueConcreteMethod()");
95 }
96
97 @Override
93 public int accessFlags() { 98 public int accessFlags() {
94 throw unresolved("accessFlags"); 99 throw unresolved("accessFlags");
95 } 100 }
96 101
97 @Override 102 @Override