diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Mar 25 09:36:15 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Mar 26 09:06:16 2013 -0400
@@ -679,9 +679,6 @@
   product(bool, UseCompilerSafepoints, true,                                \
           "Stop at safepoints in compiled code")                            \
                                                                             \
-  product(bool, UseSplitVerifier, true,                                     \
-          "use split verifier with StackMapTable attributes")               \
-                                                                            \
   product(bool, FailOverToOldVerifier, true,                                \
           "fail over to old verifier when split verifier fails")            \
                                                                             \