--- old/src/share/vm/classfile/verifier.hpp 2013-11-25 13:19:20.343358000 -0500 +++ new/src/share/vm/classfile/verifier.hpp 2013-11-25 13:19:19.208361000 -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,