Currently, there is no test in jdk could trigger the code path of C2_MacroAssembler::enc_cmove_cmp_fp => BoolTest::ge/gt cases.
We should have one to test this path.
The dacapo sunflow can trigger it (with -XX:-TieredCompilation -Xbatch):
java --enable-native-access=ALL-UNNAMED -XX:-TieredCompilation -Xbatch -XX:+AlwaysPreTouch -Xms4g -Xmx4g \
-jar dacapo-23.11-MR2-chopin.jar sunflow
We should have one to test this path.
The dacapo sunflow can trigger it (with -XX:-TieredCompilation -Xbatch):
java --enable-native-access=ALL-UNNAMED -XX:-TieredCompilation -Xbatch -XX:+AlwaysPreTouch -Xms4g -Xmx4g \
-jar dacapo-23.11-MR2-chopin.jar sunflow
- relates to
-
JDK-8358892 RISC-V: jvm crash when running dacapo sunflow after JDK-8352504
-
- Open
-
- links to
-
Review(master) openjdk/jdk/25696