hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 16445 cb44d5b3ad89
parent 15935 50da9e5eb858
child 16621 64885b7f036e
--- a/hotspot/src/share/vm/classfile/classFileParser.cpp	Mon Mar 25 09:36:15 2013 -0700
+++ b/hotspot/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) {