-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b20
-
riscv
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8297601 | 19.0.2 | Ludovic Henry | P4 | Resolved | Fixed | b07 |
On Linux RISC-V, PROT_WRITE doesn't imply PROT_READ [1]
The fix is to pass PROT_READ|PROT_WRITE. That matches all other calls to mmap in hotspot.
[1] https://lkml.org/lkml/2022/9/8/1066
The fix is to pass PROT_READ|PROT_WRITE. That matches all other calls to mmap in hotspot.
[1] https://lkml.org/lkml/2022/9/8/1066
- backported by
-
JDK-8297601 Fix PaX check on RISC-V
-
- Resolved
-