comparison src/share/vm/runtime/globals.hpp @ 1490:f03d0a26bf83

6888954: argument formatting for assert() and friends Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
author jcoomes
date Thu, 22 Apr 2010 13:23:15 -0700
parents 9e321dcfa5b7
children df736661d0c8 3bfae429e2cf
comparison
equal deleted inserted replaced
1489:cff162798819 1490: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)") \