hotspot/src/share/vm/runtime/globals.hpp
changeset 5403 6b0dd9c75dde
parent 5251 f86f7a86d761
child 5426 470c15eda401
child 5431 5c4054a50dbb
equal deleted inserted replaced
5402:c51fd0c1d005 5403:6b0dd9c75dde
   650           "Print the time the application has been running")                \
   650           "Print the time the application has been running")                \
   651                                                                             \
   651                                                                             \
   652   product(bool, PrintGCApplicationStoppedTime, false,                       \
   652   product(bool, PrintGCApplicationStoppedTime, false,                       \
   653           "Print the time the application has been stopped")                \
   653           "Print the time the application has been stopped")                \
   654                                                                             \
   654                                                                             \
       
   655   notproduct(uintx, ErrorHandlerTest, 0,                                    \
       
   656           "If > 0, provokes an error after VM initialization; the value"    \
       
   657           "determines which error to provoke.  See test_error_handler()"    \
       
   658           "in debug.cpp.")                                                  \
       
   659                                                                             \
   655   develop(bool, Verbose, false,                                             \
   660   develop(bool, Verbose, false,                                             \
   656           "Prints additional debugging information from other modes")       \
   661           "Prints additional debugging information from other modes")       \
   657                                                                             \
   662                                                                             \
   658   develop(bool, PrintMiscellaneous, false,                                  \
   663   develop(bool, PrintMiscellaneous, false,                                  \
   659           "Prints uncategorized debugging information (requires +Verbose)") \
   664           "Prints uncategorized debugging information (requires +Verbose)") \