comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotConstantPool.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 2c754f3a2722
children 231bf6b9f5ad
comparison
equal deleted inserted replaced
2053:0db8c8cc5b4a 2054:3c0a889a176b
25 /** 25 /**
26 * Implementation of RiConstantPool for HotSpot. 26 * Implementation of RiConstantPool for HotSpot.
27 * 27 *
28 * @author Thomas Wuerthinger, Lukas Stadler 28 * @author Thomas Wuerthinger, Lukas Stadler
29 */ 29 */
30 public class HotSpotConstantPool implements RiConstantPool, CompilerObject { 30 public class HotSpotConstantPool extends CompilerObject implements RiConstantPool {
31 31
32 private final long vmId; 32 private final long vmId;
33 33
34 public HotSpotConstantPool(long vmId) { 34 public HotSpotConstantPool(long vmId) {
35 this.vmId = vmId; 35 this.vmId = vmId;