diff src/share/vm/c1/c1_globals.hpp @ 1939:b7fb5f1e0747

Two new flags: -XX:MaxCompilationID (to enable debugging binary search for problematic method) and -XX:C1XBailoutIsFatal.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 27 Dec 2010 20:33:00 +0100
parents 8d88c9ac9247
children 00bc9eaf0e24
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Mon Dec 27 14:22:55 2010 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Mon Dec 27 20:33:00 2010 +0100
@@ -29,6 +29,8 @@
                                                                             \
   product(bool, UseC1X, false,                                              \
           "Use C1X instead of C1")                                          \
+  product(bool, C1XBailoutIsFatal, true,                                    \
+          "Abort the VM on C1X bailout")                                    \
   product(bool, BootstrapC1X, false,                                        \
           "Bootstrap C1X before running Java main method")                  \
   product(intx, TraceC1X, 0,                                                \