mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8264731: Introduce InstanceKlass::method_at_itable_or_null()
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
22b20f8e92
commit
6e2b82a45f
3 changed files with 39 additions and 32 deletions
|
@ -1108,7 +1108,8 @@ public:
|
|||
|
||||
// Java itable
|
||||
klassItable itable() const; // return klassItable wrapper
|
||||
Method* method_at_itable(Klass* holder, int index, TRAPS);
|
||||
Method* method_at_itable(InstanceKlass* holder, int index, TRAPS);
|
||||
Method* method_at_itable_or_null(InstanceKlass* holder, int index, bool& itable_entry_found);
|
||||
|
||||
#if INCLUDE_JVMTI
|
||||
void adjust_default_methods(bool* trace_name_printed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue