--- old/src/share/vm/classfile/verifier.hpp 2013-11-24 16:16:22.115868000 -0500 +++ new/src/share/vm/classfile/verifier.hpp 2013-11-24 16:16:21.471881000 -0500 @@ -345,6 +345,9 @@ // that a class has been verified and prepared for execution. bool was_recursively_verified() { return _klass->is_rewritten(); } + bool is_same_or_direct_interface(instanceKlassHandle klass, + VerificationType klass_type, VerificationType ref_class_type); + public: enum { BYTECODE_OFFSET = 1,