diff src/share/vm/oops/instanceKlass.hpp @ 13414:379f11bc04fc

8028438: static superclass method masks default methods Reviewed-by: hseigel, lfoltan, coleenp
author acorn
date Tue, 03 Dec 2013 11:13:14 -0800
parents 22eaa15b7960
children 02f27ecb4f3a 2353011244bd
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Tue Dec 03 08:36:15 2013 -0800
+++ b/src/share/vm/oops/instanceKlass.hpp	Tue Dec 03 11:13:14 2013 -0800
@@ -515,6 +515,7 @@
   // find a local method (returns NULL if not found)
   Method* find_method(Symbol* name, Symbol* signature) const;
   static Method* find_method(Array<Method*>* methods, Symbol* name, Symbol* signature);
+  static Method* find_instance_method(Array<Method*>* methods, Symbol* name, Symbol* signature);
 
   // find a local method index in default_methods (returns -1 if not found)
   static int find_method_index(Array<Method*>* methods, Symbol* name, Symbol* signature);