RFR: 8316645: RISC-V: Remove dependency on libatomic by adding cmpxchg 1b
Robbin Ehn
rehn at openjdk.org
Sun Oct 1 16:34:59 UTC 2023
On Fri, 29 Sep 2023 16:27:48 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Hi all, please consider.
>>
>> latomic is used for non native atomic operation which causes problems with extra dependency.
>> This have been fixed in recent gcc, so latomic is no longer needed.
>>
>> Added new gtest, passes t1 on vf2/qemu.
>
> Nice!
@Hamlin-Li thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15919#issuecomment-1742131713
More information about the hotspot-runtime-dev
mailing list