comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java @ 2060:40bcc41390e4

Added getClass intrinsic implementation.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 19 Jan 2011 16:13:13 +0100
parents 9508a52cbd32
children c0b1d6a44a02
comparison
equal deleted inserted replaced
2059:9508a52cbd32 2060:40bcc41390e4
52 public int threadExceptionPcOffset; 52 public int threadExceptionPcOffset;
53 public int threadMultiNewArrayStorage; 53 public int threadMultiNewArrayStorage;
54 public long cardtableStartAddress; 54 public long cardtableStartAddress;
55 public int cardtableShift; 55 public int cardtableShift;
56 public long safepointPollingAddress; 56 public long safepointPollingAddress;
57 public int classMirrorOffset;
57 58
58 // runtime stubs 59 // runtime stubs
59 public long debugStub; 60 public long debugStub;
60 public long instanceofStub; 61 public long instanceofStub;
61 public long newInstanceStub; 62 public long newInstanceStub;