-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17, 21, 25, 27
-
Component/s: hotspot
-
b09
-
riscv
-
linux
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8377859 | 26.0.2 | Fei Yang | P4 | Resolved | Fixed | master |
| JDK-8377861 | 25.0.3 | Fei Yang | P4 | Resolved | Fixed | b03 |
| JDK-8377860 | 21.0.11 | Fei Yang | P4 | Resolved | Fixed | b03 |
| JDK-8377858 | 17.0.19 | Fei Yang | P4 | Resolved | Fixed | b03 |
Based on the implementation of RiscvFlushIcache::flush, the second parameter should be the end address rather than the size of the memory region.
```
void RiscvFlushIcache::flush(uintptr_t start, uintptr_t end) {
long ret = sys_flush_icache(start, end, SYS_RISCV_FLUSH_ICACHE_ALL);
guarantee_with_errno(ret == 0, "riscv_flush_icache failed");
```
- backported by
-
JDK-8377858 RISC-V: Fix argument passing for the RiscvFlushIcache::flush
-
- Resolved
-
-
JDK-8377859 RISC-V: Fix argument passing for the RiscvFlushIcache::flush
-
- Resolved
-
-
JDK-8377860 RISC-V: Fix argument passing for the RiscvFlushIcache::flush
-
- Resolved
-
-
JDK-8377861 RISC-V: Fix argument passing for the RiscvFlushIcache::flush
-
- Resolved
-
- relates to
-
JDK-8310656 RISC-V: __builtin___clear_cache can fail silently.
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk17u-dev/df49d761
-
Commit(master)
openjdk/jdk21u-dev/a2ed3623
-
Commit(master)
openjdk/jdk25u-dev/5c40aa76
-
Commit(master)
openjdk/jdk26u/efbfb11e
-
Commit(master)
openjdk/jdk/dc80ce7a
-
Review(master)
openjdk/jdk17u-dev/4264
-
Review(master)
openjdk/jdk21u-dev/2608
-
Review(master)
openjdk/jdk25u-dev/245
-
Review(master)
openjdk/jdk26u/48
-
Review(master)
openjdk/jdk/28886