RFR: 8307495: Specialize atomic bitset functions for aix-ppc [v7]
Richard Reingruber
rrich at openjdk.org
Mon Oct 13 06:19:05 UTC 2025
On Fri, 10 Oct 2025 21:36:27 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> David Briemann has updated the pull request incrementally with one additional commit since the last revision:
>>
>> address review comments
>
> src/hotspot/cpu/ppc/atomicAccess_ppc.hpp line 268:
>
>> 266: /* in */
>> 267: : [dest] "b" (dest),
>> 268: [masked_compare_value] "r" (masked_compare_value),
>
> Typo: masked_compare_val. Please fix!
I wonder why there are no tests. Do you know?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27650#discussion_r2425305854
More information about the hotspot-dev
mailing list