diff src/share/vm/classfile/javaClasses.hpp @ 3461:81d815b05abb

7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path Reviewed-by: never
author jrose
date Thu, 23 Jun 2011 17:14:06 -0700
parents 167b70ff3abc
children 0b80db433fcb
line wrap: on
line diff
--- a/src/share/vm/classfile/javaClasses.hpp	Thu Jun 23 22:43:28 2011 -0700
+++ b/src/share/vm/classfile/javaClasses.hpp	Thu Jun 23 17:14:06 2011 -0700
@@ -1079,6 +1079,8 @@
     return obj != NULL && obj->klass() == SystemDictionary::MethodType_klass();
   }
 
+  static bool equals(oop mt1, oop mt2);
+
   // Accessors for code generation:
   static int rtype_offset_in_bytes()            { return _rtype_offset; }
   static int ptypes_offset_in_bytes()           { return _ptypes_offset; }