hotspot/src/share/vm/runtime/globals.hpp
changeset 46327 91576389a517
parent 44203 d2d435372329
parent 46284 ad578adff5df
child 46388 d7a164ad6b7f
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Mar 13 19:59:41 2017 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 14 14:07:24 2017 -0400
@@ -934,6 +934,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")        \
                                                                             \