mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8027804: JCK resolveMethod test fails expecting AbstractMethodError
Create AME overpass methods and fix method search logic Reviewed-by: kamg, acorn, lfoltan, coleenp
This commit is contained in:
parent
bbb97e5b39
commit
4856bd53aa
5 changed files with 51 additions and 16 deletions
|
@ -525,7 +525,8 @@ class InstanceKlass: public Klass {
|
|||
|
||||
// lookup a method in all the interfaces that this class implements
|
||||
// (returns NULL if not found)
|
||||
Method* lookup_method_in_all_interfaces(Symbol* name, Symbol* signature) const;
|
||||
Method* lookup_method_in_all_interfaces(Symbol* name, Symbol* signature, bool skip_default_methods) const;
|
||||
|
||||
// lookup a method in local defaults then in all interfaces
|
||||
// (returns NULL if not found)
|
||||
Method* lookup_method_in_ordered_interfaces(Symbol* name, Symbol* signature) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue