-
Enhancement
-
Resolution: Fixed
-
P4
-
26
-
b03
-
riscv
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8359677 | 25 | Hamlin Li | P4 | Resolved | Fixed | b28 |
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
- backported by
-
JDK-8359677 RISC-V: construct test to verify invocation of C2_MacroAssembler::enc_cmove_cmp_fp => BoolTest::ge/gt
-
- Resolved
-
- relates to
-
JDK-8358892 RISC-V: jvm crash when running dacapo sunflow after JDK-8352504
-
- Resolved
-
- links to
-
Commit(jdk25) openjdk/jdk/d870a488
-
Commit(master) openjdk/jdk/9d060574
-
Review(jdk25) openjdk/jdk/25827
-
Review(master) openjdk/jdk/25696
(1 links to)