RFR: 8344306: RISC-V: Add zicond [v2]

Robbin Ehn rehn at openjdk.org
Wed Nov 27 11:11:40 UTC 2024


On Wed, 27 Nov 2024 09:59:44 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

> I love the added the new `test/hotspot/gtest/riscv/test_assembler_riscv.cpp`. Is it going to be picked up, compiled and run automatically as well?

Yes:

[rehn at rehn-black open]$ make test-gtest CONF=linux-riscv64-server-fastdebug | grep Risc
[----------] 1 test from RiscV
[ RUN      ] RiscV.cmov_vm
[       OK ] RiscV.cmov_vm (2 ms)
[----------] 1 test from RiscV (2 ms total)

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

PR Comment: https://git.openjdk.org/jdk/pull/22386#issuecomment-2503592206


More information about the hotspot-dev mailing list