comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotField.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 79d04223b8a5
children 99ad52189524
comparison
equal deleted inserted replaced
2053:0db8c8cc5b4a 2054:3c0a889a176b
29 /** 29 /**
30 * Represents a field in a HotSpot type. 30 * Represents a field in a HotSpot type.
31 * 31 *
32 * @author Thomas Wuerthinger, Lukas Stadler 32 * @author Thomas Wuerthinger, Lukas Stadler
33 */ 33 */
34 public class HotSpotField implements RiField, CompilerObject { 34 public class HotSpotField extends CompilerObject implements RiField {
35 35
36 private final RiType holder; 36 private final RiType holder;
37 private final String name; 37 private final String name;
38 private final RiType type; 38 private final RiType type;
39 private final int offset; 39 private final int offset;