hotspot/src/share/vm/runtime/globals.hpp
changeset 29573 2d800e5d575f
parent 29459 d6252edb4fca
child 29698 9be8d1b0dfdc
child 30104 d2b6dea68cb6
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 11 18:49:22 2015 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Mar 12 19:34:50 2015 -0400
@@ -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")        \
                                                                             \