--- old/src/share/vm/runtime/globals.hpp 2017-02-06 12:01:48.994212000 +0100 +++ new/src/share/vm/runtime/globals.hpp 2017-02-06 12:01:48.764199000 +0100 @@ -935,6 +935,9 @@ notproduct(bool, TestSafeFetchInErrorHandler, false, \ "If true, tests SafeFetch inside error handler.") \ \ + notproduct(bool, TestUnresponsiveErrorHandler, false, \ + "If true, simulates an unresponsive error handler.") \ + \ develop(bool, Verbose, false, \ "Print additional debugging information from other modes") \ \