comparison src/share/vm/runtime/globals.hpp @ 6605:4ee06e614636

7116786: RFE: Detailed information on VerifyErrors Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
author kamg
date Mon, 06 Aug 2012 15:54:45 -0400
parents 3f1ab0c19c30
children fce6d7280776
comparison
equal deleted inserted replaced
6604:c3c2141203e7 6605: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 \