-
Bug
-
Resolution: Fixed
-
P4
-
22
-
b11
-
riscv
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314690 | 21.0.1 | Feilong Jiang | P4 | Resolved | Fixed | b08 |
JDK-8314769 | 17.0.9 | Feilong Jiang | P4 | Resolved | Fixed | b04 |
Inspired by JDK-8247351, we find that fp VMReg encoding for RISCV was incorrect. For 64-bit VM, VMReg has two slots. So the fp defined in RISCV64Frame.java should be 8 << 1 instead of 8.
- backported by
-
JDK-8314690 RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
- Resolved
-
JDK-8314769 RISC-V: Incorrect VMReg encoding in RISCV64Frame.java
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/74a12fc2
-
Commit openjdk/jdk21u/8792922f
-
Commit openjdk/jdk/5c916228
-
Review openjdk/jdk17u-dev/1678
-
Review openjdk/jdk21u/75
-
Review openjdk/jdk/15226
(3 links to)