diff src/share/vm/c1/c1_globals.hpp @ 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 2d26b0046e0d
children b7fb5f1e0747
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Wed Dec 22 19:47:39 2010 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Thu Dec 23 18:13:28 2010 +0100
@@ -33,6 +33,8 @@
           "Bootstrap C1X before running Java main method")                  \
   product(intx, TraceC1X, 0,                                                \
           "Trace level for C1X")                                            \
+  product(bool, TraceSignals, false,                                        \
+          "Trace signals and implicit exception handling")                  \
   /* Printing */                                                            \
   notproduct(bool, PrintC1Statistics, false,                                \
           "Print Compiler1 statistics" )                                    \