src/share/vm/runtime/globals.hpp

changeset 1845
f03d0a26bf83
parent 1802
9e321dcfa5b7
child 1868
df736661d0c8
child 1873
3bfae429e2cf
equal deleted inserted replaced
1844:cff162798819 1845:f03d0a26bf83
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)") \

mercurial