Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311703 | 17.0.9 | Fei Yang | P4 | Resolved | Fixed | b01 |
The code generated in MacroAssembler::stop is indeed grossly bloated with pusha()/popa() and a native call. We would like to follow JDK-8245986, and provide a halt reason when hitting a C2 HaltNode on riscv, and implement it by triggering illegal instruction exceptions.
- backported by
-
JDK-8311703 riscv: Provide information when hitting a HaltNode
- Resolved
- relates to
-
JDK-8245986 AArch64: Provide information when hitting a HaltNode
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/966fc82d
-
Commit openjdk/jdk/94b533a9
-
Review openjdk/jdk17u-dev/1427
-
Review openjdk/jdk/8442
-
Review openjdk/riscv-port-jdk17u/21
(2 links to)