RFR: 8321371: SpinPause() not implemented for bsd_aarch64/macOS [v2]

Fredrik Bredberg fbredberg at openjdk.org
Thu Dec 21 17:07:45 UTC 2023


On Thu, 21 Dec 2023 16:16:54 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Fredrik Bredberg has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   SpinPause() is now configurable on bsd_aarch64/macOS
>
> src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp line 534:
> 
>> 532: 
>> 533:     asm volatile(
>> 534:         "  adr  %[d], 20          \n" // 20 == PC here + 5 instructions => adress
> 
> nit typo: s/adress/address/

My bad, but now you know how we spell it in Sweden. I'll fix.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16994#discussion_r1434313788


More information about the hotspot-runtime-dev mailing list