comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java @ 1936:8d88c9ac9247

Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 23 Dec 2010 18:13:28 +0100
parents 8cfe3537a0d3
children 00bc9eaf0e24
comparison
equal deleted inserted replaced
1935:98dbef29f10b 1936:8d88c9ac9247
65 public long accessFieldStub; 65 public long accessFieldStub;
66 public long resolveStaticCallStub; 66 public long resolveStaticCallStub;
67 public long inlineCacheMissStub; 67 public long inlineCacheMissStub;
68 public long unwindExceptionStub; 68 public long unwindExceptionStub;
69 public long handleExceptionStub; 69 public long handleExceptionStub;
70 public long handleDeoptStub;
70 public long throwClassCastException; 71 public long throwClassCastException;
71 public long throwArrayStoreException; 72 public long throwArrayStoreException;
72 public long throwArrayIndexException; 73 public long throwArrayIndexException;
73 public long monitorEnterStub; 74 public long monitorEnterStub;
74 public long monitorExitStub; 75 public long monitorExitStub;