src/share/vm/runtime/globals.hpp

changeset 3995
fce6d7280776
parent 3969
1d7922586cf6
parent 3992
4ee06e614636
child 4020
a5dd6e3ef9f3
equal deleted inserted replaced
3981:d5ec46c7da5c 3995:fce6d7280776
827 "Print the time the application has been running") \ 827 "Print the time the application has been running") \
828 \ 828 \
829 product(bool, PrintGCApplicationStoppedTime, false, \ 829 product(bool, PrintGCApplicationStoppedTime, false, \
830 "Print the time the application has been stopped") \ 830 "Print the time the application has been stopped") \
831 \ 831 \
832 diagnostic(bool, VerboseVerification, false, \
833 "Display detailed verification details") \
834 \
832 notproduct(uintx, ErrorHandlerTest, 0, \ 835 notproduct(uintx, ErrorHandlerTest, 0, \
833 "If > 0, provokes an error after VM initialization; the value" \ 836 "If > 0, provokes an error after VM initialization; the value" \
834 "determines which error to provoke. See test_error_handler()" \ 837 "determines which error to provoke. See test_error_handler()" \
835 "in debug.cpp.") \ 838 "in debug.cpp.") \
836 \ 839 \

mercurial