hotspot/src/share/vm/runtime/globals.hpp
changeset 46284 ad578adff5df
parent 43605 07baf498d588
child 46327 91576389a517
equal deleted inserted replaced
46283:09e328af295a 46284:ad578adff5df
   933           "crash). see test_error_handler() in debug.cpp.")                 \
   933           "crash). see test_error_handler() in debug.cpp.")                 \
   934                                                                             \
   934                                                                             \
   935   notproduct(bool, TestSafeFetchInErrorHandler, false,                      \
   935   notproduct(bool, TestSafeFetchInErrorHandler, false,                      \
   936           "If true, tests SafeFetch inside error handler.")                 \
   936           "If true, tests SafeFetch inside error handler.")                 \
   937                                                                             \
   937                                                                             \
       
   938   notproduct(bool, TestUnresponsiveErrorHandler, false,                     \
       
   939           "If true, simulates an unresponsive error handler.")              \
       
   940                                                                             \
   938   develop(bool, Verbose, false,                                             \
   941   develop(bool, Verbose, false,                                             \
   939           "Print additional debugging information from other modes")        \
   942           "Print additional debugging information from other modes")        \
   940                                                                             \
   943                                                                             \
   941   develop(bool, PrintMiscellaneous, false,                                  \
   944   develop(bool, PrintMiscellaneous, false,                                  \
   942           "Print uncategorized debugging information (requires +Verbose)")  \
   945           "Print uncategorized debugging information (requires +Verbose)")  \