comparison src/share/vm/runtime/globals.hpp @ 6608:fce6d7280776

Merge
author dcubed
date Fri, 17 Aug 2012 11:57:46 -0700
parents 1d7922586cf6 4ee06e614636
children a5dd6e3ef9f3
comparison
equal deleted inserted replaced
6594:d5ec46c7da5c 6608: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 \