mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8040018: Remove bad assert in ClassFileParser.cpp
Remove assert that prevent throwing valid exception Reviewed-by: coleenp, lfoltan
This commit is contained in:
parent
db9dcbd63b
commit
cfa7d828d9
4 changed files with 655 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue