8264732: Clean up LinkResolver::vtable_index_of_interface_method()

Reviewed-by: lfoltan, coleenp, dholmes
This commit is contained in:
Vladimir Ivanov 2021-04-09 11:36:20 +00:00
parent b3782ead36
commit 33fa855d5a
3 changed files with 32 additions and 26 deletions

View file

@ -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);