On Tue, 21 Mar 2023 10:51:08 GMT, Andrew Haley <[email protected]> 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