8009595: The UseSplitVerifier option needs to be deprecated

Put UseSplitVerifier option on the deprecated list.

Reviewed-by: dcubed, kmo, acorn
This commit is contained in:
Harold Seigel 2013-03-26 09:06:16 -04:00
parent 0e9d409036
commit feec2af7b4
4 changed files with 3 additions and 7 deletions

View file

@ -2196,8 +2196,7 @@ methodHandle ClassFileParser::parse_method(bool is_interface,
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) {