8040018: Remove bad assert in ClassFileParser.cpp

Remove assert that prevent throwing valid exception

Reviewed-by: coleenp, lfoltan
This commit is contained in:
Harold Seigel 2014-04-18 08:51:34 -04:00
parent db9dcbd63b
commit cfa7d828d9
4 changed files with 655 additions and 1 deletions

View file

@ -2826,7 +2826,6 @@ void ClassFileParser::parse_classfile_bootstrap_methods_attribute(u4 attribute_b
}
}
assert(operand_fill_index == operands->length(), "exact fill");
assert(ConstantPool::operand_array_length(operands) == attribute_array_length, "correct decode");
u1* current_end = cfs->current();