hotspot/src/share/vm/runtime/globals.hpp
changeset 29573 2d800e5d575f
parent 29459 d6252edb4fca
child 29698 9be8d1b0dfdc
child 30104 d2b6dea68cb6
equal deleted inserted replaced
29572:cf3e05e32c13 29573:2d800e5d575f
   919                                                                             \
   919                                                                             \
   920   notproduct(uintx, TestCrashInErrorHandler, 0,                             \
   920   notproduct(uintx, TestCrashInErrorHandler, 0,                             \
   921           "If > 0, provokes an error inside VM error handler (a secondary " \
   921           "If > 0, provokes an error inside VM error handler (a secondary " \
   922           "crash). see test_error_handler() in debug.cpp.")                 \
   922           "crash). see test_error_handler() in debug.cpp.")                 \
   923                                                                             \
   923                                                                             \
       
   924   notproduct(bool, TestSafeFetchInErrorHandler, false,                      \
       
   925           "If true, tests SafeFetch inside error handler.")                 \
       
   926                                                                             \
   924   develop(bool, Verbose, false,                                             \
   927   develop(bool, Verbose, false,                                             \
   925           "Print additional debugging information from other modes")        \
   928           "Print additional debugging information from other modes")        \
   926                                                                             \
   929                                                                             \
   927   develop(bool, PrintMiscellaneous, false,                                  \
   930   develop(bool, PrintMiscellaneous, false,                                  \
   928           "Print uncategorized debugging information (requires +Verbose)")  \
   931           "Print uncategorized debugging information (requires +Verbose)")  \