This commit is contained in:
Daniel D. Daugherty 2014-04-18 10:55:41 -07:00
commit e403797d96
5 changed files with 655 additions and 192 deletions

View file

@ -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();