--- old/src/share/vm/runtime/globals.hpp 2015-03-10 17:59:21.492599000 +0100 +++ new/src/share/vm/runtime/globals.hpp 2015-03-10 17:59:21.296592000 +0100 @@ -921,6 +921,9 @@ "If > 0, provokes an error inside VM error handler (a secondary " \ "crash). see test_error_handler() in debug.cpp.") \ \ + notproduct(bool, TestSafeFetchInErrorHandler, false, \ + "If true, tests SafeFetch inside error handler.") \ + \ develop(bool, Verbose, false, \ "Print additional debugging information from other modes") \ \