diff -r 7a58803b5069 -r 379f11bc04fc src/share/vm/oops/instanceKlass.hpp --- 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* methods, Symbol* name, Symbol* signature); + static Method* find_instance_method(Array* methods, Symbol* name, Symbol* signature); // find a local method index in default_methods (returns -1 if not found) static int find_method_index(Array* methods, Symbol* name, Symbol* signature);