--- old/src/share/vm/runtime/globals.hpp 2015-02-03 17:19:40.923100000 +0100 +++ new/src/share/vm/runtime/globals.hpp 2015-02-03 17:19:40.766093000 +0100 @@ -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") \ \