src/share/vm/runtime/globals.hpp

changeset 3992
4ee06e614636
parent 3902
3f1ab0c19c30
child 3995
fce6d7280776
equal deleted inserted replaced
3991:c3c2141203e7 3992:4ee06e614636
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