Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311719 | 17.0.9 | Fei Yang | P4 | Resolved | Fixed | b01 |
Description
In src/hotspot/cpu/riscv/bytes_riscv.hpp , the switch for u8 is missing an case when address&7 equals 6, those resulting in 1-byte put/get when 2-byte operations can be used.
Thanks Xiaolin for noticing
Thanks Xiaolin for noticing
Attachments
Issue Links
- backported by
-
JDK-8311719 RISC-V: get/put_native_u8 missing the case when address&7 is 6
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/966fc82d
-
Commit openjdk/jdk/09af637a
-
Commit openjdk/riscv-port-jdk17u/bb56b800
-
Review openjdk/jdk17u-dev/1427
-
Review openjdk/jdk/10344
-
Review openjdk/riscv-port-jdk17u/46
(2 links to)