hotspot/src/share/vm/classfile/verifier.hpp
changeset 21768 b7dba4cde1c6
parent 18073 f02460441ddc
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/classfile/verifier.hpp	Sat Nov 23 12:25:13 2013 +0100
+++ b/hotspot/src/share/vm/classfile/verifier.hpp	Tue Nov 26 09:52:22 2013 -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,