RFR: 8358892: RISC-V: jvm crash when running dacapo sunflow after JDK-8352504 [v7]

Hamlin Li mli at openjdk.org
Fri Jun 13 10:03:48 UTC 2025


On Fri, 13 Jun 2025 06:52:35 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Hi, I changed your test a bit and I see test failure on my linux-riscv64 platform (no Zicond).

This failure means it does not go to `BoolTest::ge` path, but the calculation is still correct.

> $ make test TEST="test/hotspot/jtreg/compiler/c2/irTests/TestFPComparison2.java" JTREG="TIMEOUT_FACTOR=8"

Did you have other vm options when trigger the tests?

I just added more tests, can you try it in your environment? It passed in my local env.

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

PR Comment: https://git.openjdk.org/jdk/pull/25696#issuecomment-2969804697


More information about the hotspot-compiler-dev mailing list