< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 7417 : improve secondary signal handling


 883   develop(bool, ZapFillerObjects, trueInDebug,                              \
 884           "Zap filler objects with 0xDEAFBABE")                             \
 885                                                                             \
 886   develop(bool, PrintVMMessages, true,                                      \
 887           "Print VM messages on console")                                   \
 888                                                                             \
 889   product(bool, PrintGCApplicationConcurrentTime, false,                    \
 890           "Print the time the application has been running")                \
 891                                                                             \
 892   product(bool, PrintGCApplicationStoppedTime, false,                       \
 893           "Print the time the application has been stopped")                \
 894                                                                             \
 895   diagnostic(bool, VerboseVerification, false,                              \
 896           "Display detailed verification details")                          \
 897                                                                             \
 898   notproduct(uintx, ErrorHandlerTest, 0,                                    \
 899           "If > 0, provokes an error after VM initialization; the value "   \
 900           "determines which error to provoke. See test_error_handler() "    \
 901           "in debug.cpp.")                                                  \
 902                                                                             \




 903   develop(bool, Verbose, false,                                             \
 904           "Print additional debugging information from other modes")        \
 905                                                                             \
 906   develop(bool, PrintMiscellaneous, false,                                  \
 907           "Print uncategorized debugging information (requires +Verbose)")  \
 908                                                                             \
 909   develop(bool, WizardMode, false,                                          \
 910           "Print much more debugging information")                          \
 911                                                                             \
 912   product(bool, ShowMessageBoxOnError, false,                               \
 913           "Keep process alive on VM fatal error")                           \
 914                                                                             \
 915   product(bool, CreateMinidumpOnCrash, false,                               \
 916           "Create minidump on VM fatal error")                              \
 917                                                                             \
 918   product_pd(bool, UseOSErrorReporting,                                     \
 919           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
 920                                                                             \
 921   product(bool, SuppressFatalErrorMessage, false,                           \
 922           "Report NO fatal error message (avoid deadlock)")                 \




 883   develop(bool, ZapFillerObjects, trueInDebug,                              \
 884           "Zap filler objects with 0xDEAFBABE")                             \
 885                                                                             \
 886   develop(bool, PrintVMMessages, true,                                      \
 887           "Print VM messages on console")                                   \
 888                                                                             \
 889   product(bool, PrintGCApplicationConcurrentTime, false,                    \
 890           "Print the time the application has been running")                \
 891                                                                             \
 892   product(bool, PrintGCApplicationStoppedTime, false,                       \
 893           "Print the time the application has been stopped")                \
 894                                                                             \
 895   diagnostic(bool, VerboseVerification, false,                              \
 896           "Display detailed verification details")                          \
 897                                                                             \
 898   notproduct(uintx, ErrorHandlerTest, 0,                                    \
 899           "If > 0, provokes an error after VM initialization; the value "   \
 900           "determines which error to provoke. See test_error_handler() "    \
 901           "in debug.cpp.")                                                  \
 902                                                                             \
 903   notproduct(uintx, TestCrashInErrorHandler, 0,                             \
 904           "If > 0, provokes an error inside VM error handler (a secondary " \
 905           "crash). see test_error_handler() in debug.cpp.")                 \
 906                                                                             \
 907   develop(bool, Verbose, false,                                             \
 908           "Print additional debugging information from other modes")        \
 909                                                                             \
 910   develop(bool, PrintMiscellaneous, false,                                  \
 911           "Print uncategorized debugging information (requires +Verbose)")  \
 912                                                                             \
 913   develop(bool, WizardMode, false,                                          \
 914           "Print much more debugging information")                          \
 915                                                                             \
 916   product(bool, ShowMessageBoxOnError, false,                               \
 917           "Keep process alive on VM fatal error")                           \
 918                                                                             \
 919   product(bool, CreateMinidumpOnCrash, false,                               \
 920           "Create minidump on VM fatal error")                              \
 921                                                                             \
 922   product_pd(bool, UseOSErrorReporting,                                     \
 923           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
 924                                                                             \
 925   product(bool, SuppressFatalErrorMessage, false,                           \
 926           "Report NO fatal error message (avoid deadlock)")                 \


< prev index next >