RFR: 8295264: Fix PaX check on RISC-V

Yadong Wang yadongwang at openjdk.org
Mon Oct 17 02:36:53 UTC 2022


On Thu, 13 Oct 2022 07:49:55 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:

> 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

>From riscv's point of view, it's fine. (not a reviewer)

-------------

Marked as reviewed by yadongwang (Author).

PR: https://git.openjdk.org/jdk/pull/10690


More information about the hotspot-runtime-dev mailing list