--- old/src/share/vm/classfile/classFileParser.cpp 2014-05-12 08:57:21.039043000 -0400 +++ new/src/share/vm/classfile/classFileParser.cpp 2014-05-12 08:57:19.717861000 -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);