< prev index next >

src/share/vm/runtime/globals.hpp

Print this page




 911           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
 912                                                                             \
 913   notproduct(bool, ZapStackSegments, trueInDebug,                           \
 914           "Zap allocated/freed stack segments with 0xFADFADED")             \
 915                                                                             \
 916   develop(bool, ZapUnusedHeapArea, trueInDebug,                             \
 917           "Zap unused heap space with 0xBAADBABE")                          \
 918                                                                             \
 919   develop(bool, CheckZapUnusedHeapArea, false,                              \
 920           "Check zapping of unused heap space")                             \
 921                                                                             \
 922   develop(bool, ZapFillerObjects, trueInDebug,                              \
 923           "Zap filler objects with 0xDEAFBABE")                             \
 924                                                                             \
 925   develop(bool, PrintVMMessages, true,                                      \
 926           "Print VM messages on console")                                   \
 927                                                                             \
 928   notproduct(uintx, ErrorHandlerTest, 0,                                    \
 929           "If > 0, provokes an error after VM initialization; the value "   \
 930           "determines which error to provoke. See test_error_handler() "    \
 931           "in debug.cpp.")                                                  \
 932                                                                             \
 933   notproduct(uintx, TestCrashInErrorHandler, 0,                             \
 934           "If > 0, provokes an error inside VM error handler (a secondary " \
 935           "crash). see test_error_handler() in debug.cpp.")                 \
 936                                                                             \
 937   notproduct(bool, TestSafeFetchInErrorHandler, false,                      \
 938           "If true, tests SafeFetch inside error handler.")                 \
 939                                                                             \
 940   notproduct(bool, TestUnresponsiveErrorHandler, false,                     \
 941           "If true, simulates an unresponsive error handler.")              \
 942                                                                             \
 943   develop(bool, Verbose, false,                                             \
 944           "Print additional debugging information from other modes")        \
 945                                                                             \
 946   develop(bool, PrintMiscellaneous, false,                                  \
 947           "Print uncategorized debugging information (requires +Verbose)")  \
 948                                                                             \
 949   develop(bool, WizardMode, false,                                          \
 950           "Print much more debugging information")                          \
 951                                                                             \
 952   product(bool, ShowMessageBoxOnError, false,                               \
 953           "Keep process alive on VM fatal error")                           \
 954                                                                             \
 955   product(bool, CreateCoredumpOnCrash, true,                                \




 911           "Zap freed JNI handle space with 0xFEFEFEFE")                     \
 912                                                                             \
 913   notproduct(bool, ZapStackSegments, trueInDebug,                           \
 914           "Zap allocated/freed stack segments with 0xFADFADED")             \
 915                                                                             \
 916   develop(bool, ZapUnusedHeapArea, trueInDebug,                             \
 917           "Zap unused heap space with 0xBAADBABE")                          \
 918                                                                             \
 919   develop(bool, CheckZapUnusedHeapArea, false,                              \
 920           "Check zapping of unused heap space")                             \
 921                                                                             \
 922   develop(bool, ZapFillerObjects, trueInDebug,                              \
 923           "Zap filler objects with 0xDEAFBABE")                             \
 924                                                                             \
 925   develop(bool, PrintVMMessages, true,                                      \
 926           "Print VM messages on console")                                   \
 927                                                                             \
 928   notproduct(uintx, ErrorHandlerTest, 0,                                    \
 929           "If > 0, provokes an error after VM initialization; the value "   \
 930           "determines which error to provoke. See test_error_handler() "    \
 931           "in vmError.cpp.")                                                \
 932                                                                             \
 933   notproduct(uintx, TestCrashInErrorHandler, 0,                             \
 934           "If > 0, provokes an error inside VM error handler (a secondary " \
 935           "crash). see test_error_handler() in vmError.cpp")                \
 936                                                                             \
 937   notproduct(bool, TestSafeFetchInErrorHandler, false,                      \
 938           "If true, tests SafeFetch inside error handler.")                 \
 939                                                                             \
 940   notproduct(bool, TestUnresponsiveErrorHandler, false,                     \
 941           "If true, simulates an unresponsive error handler.")              \
 942                                                                             \
 943   develop(bool, Verbose, false,                                             \
 944           "Print additional debugging information from other modes")        \
 945                                                                             \
 946   develop(bool, PrintMiscellaneous, false,                                  \
 947           "Print uncategorized debugging information (requires +Verbose)")  \
 948                                                                             \
 949   develop(bool, WizardMode, false,                                          \
 950           "Print much more debugging information")                          \
 951                                                                             \
 952   product(bool, ShowMessageBoxOnError, false,                               \
 953           "Keep process alive on VM fatal error")                           \
 954                                                                             \
 955   product(bool, CreateCoredumpOnCrash, true,                                \


< prev index next >