diff src/share/vm/runtime/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 06f017f7daa7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Dec 27 14:22:55 2010 +0100
+++ b/src/share/vm/runtime/globals.hpp	Mon Dec 27 20:33:00 2010 +0100
@@ -728,6 +728,9 @@
   diagnostic(bool, LogCompilation, false,                                   \
           "Log compilation activity in detail to hotspot.log or LogFile")   \
                                                                             \
+  product(intx, MaxCompilationID, -1,                                       \
+          "All methods with greater compilation ID are skipped")            \
+                                                                            \
   product(bool, PrintCompilation, false,                                    \
           "Print compilations")                                             \
                                                                             \