comparison src/share/vm/runtime/globals.hpp @ 8819:36376b540a98

8009595: The UseSplitVerifier option needs to be deprecated. Summary: Put UseSplitVerifier option on the deprecated list. Reviewed-by: dcubed, kmo, acorn
author hseigel
date Tue, 26 Mar 2013 09:06:16 -0400
parents 0ac03fef364f
children 1b90c7607451 15c04fe93c18 cd9ad42dfde0
comparison
equal deleted inserted replaced
8817:b8deb3205b51 8819:36376b540a98
677 "Prints out warnings when suspicious many handles are allocated") \ 677 "Prints out warnings when suspicious many handles are allocated") \
678 \ 678 \
679 product(bool, UseCompilerSafepoints, true, \ 679 product(bool, UseCompilerSafepoints, true, \
680 "Stop at safepoints in compiled code") \ 680 "Stop at safepoints in compiled code") \
681 \ 681 \
682 product(bool, UseSplitVerifier, true, \
683 "use split verifier with StackMapTable attributes") \
684 \
685 product(bool, FailOverToOldVerifier, true, \ 682 product(bool, FailOverToOldVerifier, true, \
686 "fail over to old verifier when split verifier fails") \ 683 "fail over to old verifier when split verifier fails") \
687 \ 684 \
688 develop(bool, ShowSafepointMsgs, false, \ 685 develop(bool, ShowSafepointMsgs, false, \
689 "Show msg. about safepoint synch.") \ 686 "Show msg. about safepoint synch.") \