mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
Merge
This commit is contained in:
commit
e403797d96
5 changed files with 655 additions and 192 deletions
|
@ -2831,7 +2831,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