RFR: 8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry [v9]
Matias Saavedra Silva
matsaave at openjdk.org
Tue Mar 21 14:49:54 UTC 2023
On Tue, 21 Mar 2023 10:51:08 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix riscv interpreter mistake and acquire semantics
>
> src/hotspot/cpu/aarch64/templateTable_aarch64.cpp line 2399:
>
>> 2397: bool is_invokevirtual,
>> 2398: bool is_invokevfinal, /*unused*/
>> 2399: bool is_invokedynamic /*unused*/) {
>
> Suggestion:
>
> bool /*is_invokedynamic*/) {
This is a temporary bandaid in the same format we see for `is_invokefinal`, both of which should be cleaned up once all the ports are complete.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12778#discussion_r1143508140
More information about the hotspot-dev
mailing list