--- old/src/share/vm/classfile/classFileParser.cpp 2014-04-16 13:18:33.450484000 -0400 +++ new/src/share/vm/classfile/classFileParser.cpp 2014-04-16 13:18:30.883551000 -0400 @@ -2826,7 +2826,6 @@ } } - assert(operand_fill_index == operands->length(), "exact fill"); assert(ConstantPool::operand_array_length(operands) == attribute_array_length, "correct decode"); u1* current_end = cfs->current();