--- old/src/share/vm/classfile/classFileParser.cpp 2014-05-09 10:10:17.866009000 -0400 +++ new/src/share/vm/classfile/classFileParser.cpp 2014-05-09 10:10:16.269106000 -0400 @@ -2777,7 +2777,7 @@ "Short length on BootstrapMethods in class file %s", CHECK); - guarantee_property(attribute_byte_length > sizeof(u2), + guarantee_property(attribute_byte_length >= sizeof(u2), "Invalid BootstrapMethods attribute length %u in class file %s", attribute_byte_length, CHECK);