RFR: 8264732: Clean up LinkResolver::vtable_index_of_interface_method() [v4]
David Holmes
dholmes at openjdk.java.net
Thu Apr 8 10:18:11 UTC 2021
On Wed, 7 Apr 2021 21:43:48 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Turn `resolved_method` parameter into raw `Method*`.
>>
>> Testing:
>> * [x] hs-tier1 - hs-tier6
>
> Vladimir Ivanov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>
> - Merge branch 'master' into 8264732.vtable_index_of_interface_method
> - Move itable_index_of_interface_method() implementation to InstanceKlass
> - Revert jvmciCompilerToVM.cpp change.
> - LinkResolver::vtable_index_of_interface_method
Refactoring looks good.
I second Coleen's comment about unnecessary classname qualification and use of this->
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3346
More information about the hotspot-runtime-dev
mailing list