src/share/vm/oops/instanceKlass.hpp

changeset 6195
5832cdaf89c6
parent 6145
379f11bc04fc
child 6316
85318d1fe8fe
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Fri Dec 13 09:48:29 2013 -0800
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Mon Dec 16 08:24:33 2013 -0500
     1.3 @@ -525,7 +525,8 @@
     1.4  
     1.5    // lookup a method in all the interfaces that this class implements
     1.6    // (returns NULL if not found)
     1.7 -  Method* lookup_method_in_all_interfaces(Symbol* name, Symbol* signature) const;
     1.8 +  Method* lookup_method_in_all_interfaces(Symbol* name, Symbol* signature, bool skip_default_methods) const;
     1.9 +
    1.10    // lookup a method in local defaults then in all interfaces
    1.11    // (returns NULL if not found)
    1.12    Method* lookup_method_in_ordered_interfaces(Symbol* name, Symbol* signature) const;

mercurial