[foreign-memaccess+abi] RFR: 8275646: Implement optimized upcall stubs on AArch64 [v2]

Nick Gasson ngasson at openjdk.java.net
Mon Nov 8 09:23:11 UTC 2021


On Fri, 5 Nov 2021 13:54:59 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> Nick Gasson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comments
>
> src/hotspot/cpu/aarch64/universalUpcallHandler_aarch64.cpp line 217:
> 
>> 215:   // skip receiver
>> 216:   BasicType* in_sig_bt = out_sig_bt + 1;
>> 217:   int total_in_args = total_out_args - 1;
> 
> This section could also be moved to shared code as well (I did that in the pending patch as well: https://github.com/openjdk/panama-foreign/pull/608/files#r741389756 but it would be fine to do it here instead of you want)

I think I'll leave it as it is here to minimise changes - you'll need to rebase that patch anyway? I made the other two suggested clean-ups.

-------------

PR: https://git.openjdk.java.net/panama-foreign/pull/610


More information about the panama-dev mailing list