RFR: 8345179: RISC-V: Add gtests for weak cmpxchg [v6]

Robbin Ehn rehn at openjdk.org
Wed Dec 4 08:21:24 UTC 2024


> Hi, please consider.
> 
> This adds tests of aligned weak narrow cmpxchg.
> 
> [ RUN      ] RiscV.cmpxchg_weak_int16_lr_sc_vm
> [       OK ] RiscV.cmpxchg_weak_int16_lr_sc_vm (2 ms)
> [ RUN      ] RiscV.cmpxchg_weak_int8_lr_sc_vm
> [       OK ] RiscV.cmpxchg_weak_int8_lr_sc_vm (0 ms)
> [ RUN      ] RiscV.cmpxchg_weak_int16_maybe_zacas_vm
> [       OK ] RiscV.cmpxchg_weak_int16_maybe_zacas_vm (0 ms)
> [ RUN      ] RiscV.cmpxchg_weak_int8_maybe_zacas_vm
> [       OK ] RiscV.cmpxchg_weak_int8_maybe_zacas_vm (0 ms)
> [----------] 4 tests from RiscV (20997 ms total)
> 
> Executed with -XX:+UnlockExperimentalVMOptions -XX:+UseZacas
> 
> Thanks, Robbin

Robbin Ehn has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:

 - Merge branch 'master' into weak_narrow
 - Fixed WS
 - Review comment
 - Added weak 4/8 byte cmpxchg
 - Merge branch 'master' into weak_narrow
 - gtest weak narrow cmpxchg

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

Changes: https://git.openjdk.org/jdk/pull/22476/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22476&range=05
  Stats: 129 lines in 1 file changed: 129 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22476.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22476/head:pull/22476

PR: https://git.openjdk.org/jdk/pull/22476


More information about the hotspot-dev mailing list