--- old/src/share/vm/classfile/classFileParser.hpp Mon May 24 11:44:12 2010 +++ new/src/share/vm/classfile/classFileParser.hpp Mon May 24 11:44:12 2010 @@ -195,6 +195,9 @@ if (!b) { classfile_parse_error(msg, index, name, CHECK); } } + void throwIllegalSignature( + const char* type, symbolHandle name, symbolHandle sig, TRAPS); + bool is_supported_version(u2 major, u2 minor); bool has_illegal_visibility(jint flags);