提交 deb1636d 编写于 作者: A asaha

8046213: Test test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java Fails

Reviewed-by: lfoltan
上级 bb0e589c
......@@ -2780,11 +2780,6 @@ void ClassFileParser::parse_classfile_bootstrap_methods_attribute(u4 attribute_b
ClassFileStream* cfs = stream();
u1* current_start = cfs->current();
guarantee_property(attribute_byte_length > sizeof(u2),
"Invalid BootstrapMethods attribute length %u in class file %s",
attribute_byte_length,
CHECK);
cfs->guarantee_more(attribute_byte_length, CHECK);
int attribute_array_length = cfs->get_u2_fast();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册