changeset 16445 | cb44d5b3ad89 |
parent 16437 | 00f4ce9059f4 |
child 16621 | 64885b7f036e |
child 16596 | 905d4419a089 |
child 16609 | f3dd8996c955 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Mar 25 09:36:15 2013 -0700 +++ b/hotspot/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") \ \