diff 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
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java	Wed Dec 22 19:47:39 2010 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java	Thu Dec 23 18:13:28 2010 +0100
@@ -67,6 +67,7 @@
     public long inlineCacheMissStub;
     public long unwindExceptionStub;
     public long handleExceptionStub;
+    public long handleDeoptStub;
     public long throwClassCastException;
     public long throwArrayStoreException;
     public long throwArrayIndexException;