comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotType.java @ 2054:3c0a889a176b

Added GC stats. Enabling intrinsics.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 12 Jan 2011 19:14:32 +0100
parents 9e5e83ca2259
children 99ad52189524
comparison
equal deleted inserted replaced
2053:0db8c8cc5b4a 2054:3c0a889a176b
25 /** 25 /**
26 * Common interface for all HotSpot RiType-implementations. 26 * Common interface for all HotSpot RiType-implementations.
27 * 27 *
28 * @author Lukas Stadler 28 * @author Lukas Stadler
29 */ 29 */
30 public interface HotSpotType extends RiType, CompilerObject { 30 public interface HotSpotType extends RiType {
31 31
32 String simpleName(); 32 String simpleName();
33 33
34 } 34 }