src/share/vm/oops/instanceKlass.hpp

changeset 6503
a9becfeecd1b
parent 6195
5832cdaf89c6
child 6316
85318d1fe8fe
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Thu Jan 16 14:25:51 2014 +0100
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Wed Jan 22 17:42:23 2014 -0800
     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