< prev index next >

src/share/vm/classfile/javaClasses.hpp

Print this page

        

@@ -1105,12 +1105,10 @@
   static int type_offset_in_bytes()             { return _type_offset; }
   static int name_offset_in_bytes()             { return _name_offset; }
   static int flags_offset_in_bytes()            { return _flags_offset; }
   static int vmtarget_offset_in_bytes()         { return _vmtarget_offset; }
   static int vmindex_offset_in_bytes()          { return _vmindex_offset; }
-
-  static bool equals(oop mt1, oop mt2);
 };
 
 
 // Interface to java.lang.invoke.MethodType objects
 
< prev index next >