mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8227467: Better class method invocations
Reviewed-by: thartmann, dholmes, ahgross
This commit is contained in:
parent
72c7b49b0a
commit
2ea157fee1
3 changed files with 4 additions and 4 deletions
|
@ -610,11 +610,11 @@ public:
|
|||
|
||||
// find a local method, but skip static methods
|
||||
Method* find_instance_method(const Symbol* name, const Symbol* signature,
|
||||
PrivateLookupMode private_mode = find_private) const;
|
||||
PrivateLookupMode private_mode) const;
|
||||
static Method* find_instance_method(const Array<Method*>* methods,
|
||||
const Symbol* name,
|
||||
const Symbol* signature,
|
||||
PrivateLookupMode private_mode = find_private);
|
||||
PrivateLookupMode private_mode);
|
||||
|
||||
// find a local method (returns NULL if not found)
|
||||
Method* find_local_method(const Symbol* name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue