hotspot/src/share/vm/runtime/globals.hpp
changeset 28943 679546f0cc1f
parent 28650 772aaab2582f
child 28947 2ea471384931
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Feb 04 16:09:49 2015 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Feb 04 18:47:42 2015 -0500
@@ -905,6 +905,10 @@
           "determines which error to provoke. See test_error_handler() "    \
           "in debug.cpp.")                                                  \
                                                                             \
+  notproduct(uintx, TestCrashInErrorHandler, 0,                             \
+          "If > 0, provokes an error inside VM error handler (a secondary " \
+          "crash). see test_error_handler() in debug.cpp.")                 \
+                                                                            \
   develop(bool, Verbose, false,                                             \
           "Print additional debugging information from other modes")        \
                                                                             \