comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/VMEntries.java @ 2293:e3c42b8de67e

Removed a reference to getRiType(Class c) and some checkstyle fixes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Apr 2011 17:42:45 +0200
parents 8f033d37798a
children 160aacf936ad
comparison
equal deleted inserted replaced
2292:175e7b4d7322 2293:e3c42b8de67e
84 RiMethod RiMethod_uniqueConcreteMethod(long vmId); 84 RiMethod RiMethod_uniqueConcreteMethod(long vmId);
85 85
86 void recordBailout(String reason); 86 void recordBailout(String reason);
87 87
88 RiType RiType_uniqueConcreteSubtype(HotSpotTypeResolved hotSpotTypeResolved); 88 RiType RiType_uniqueConcreteSubtype(HotSpotTypeResolved hotSpotTypeResolved);
89
90 RiType RiType_superType(HotSpotTypeResolved hotSpotTypeResolved);
89 // Checkstyle: resume 91 // Checkstyle: resume
90 } 92 }