diff src/share/vm/classfile/classFileParser.cpp @ 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 c8b31b461e1a
children cd9ad42dfde0
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.cpp	Mon Mar 25 09:36:15 2013 -0700
+++ b/src/share/vm/classfile/classFileParser.cpp	Tue Mar 26 09:06:16 2013 -0400
@@ -2196,8 +2196,7 @@
                                       true,     // is LVTT
                                       CHECK_(nullHandle));
           lvtt_cnt++;
-        } else if (UseSplitVerifier &&
-                   _major_version >= Verifier::STACKMAP_ATTRIBUTE_MAJOR_VERSION &&
+        } else if (_major_version >= Verifier::STACKMAP_ATTRIBUTE_MAJOR_VERSION &&
                    _cp->symbol_at(code_attribute_name_index) == vmSymbols::tag_stack_map_table()) {
           // Stack map is only needed by the new verifier in JDK1.5.
           if (parsed_stackmap_attribute) {