RFR: 8264732: Clean up LinkResolver::vtable_index_of_interface_method() [v2]

David Holmes dholmes at openjdk.java.net
Wed Apr 7 05:35:36 UTC 2021


On Tue, 6 Apr 2021 13:41: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 incrementally with one additional commit since the last revision:
> 
>   Revert jvmciCompilerToVM.cpp change.

Seems quite reasonable - though unsure of the motivation.

Do we need a NoSafepointVerifier in LinkResolver::vtable_index_of_interface_method to ensure the raw Method* remains valid?

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