mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8264732: Clean up LinkResolver::vtable_index_of_interface_method()
Reviewed-by: lfoltan, coleenp, dholmes
This commit is contained in:
parent
b3782ead36
commit
33fa855d5a
3 changed files with 32 additions and 26 deletions
|
@ -1110,6 +1110,7 @@ public:
|
|||
klassItable itable() const; // return klassItable wrapper
|
||||
Method* method_at_itable(InstanceKlass* holder, int index, TRAPS);
|
||||
Method* method_at_itable_or_null(InstanceKlass* holder, int index, bool& itable_entry_found);
|
||||
int vtable_index_of_interface_method(Method* method);
|
||||
|
||||
#if INCLUDE_JVMTI
|
||||
void adjust_default_methods(bool* trace_name_printed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue