RFR: 8295264: Fix PaX check on RISC-V
Fei Yang
fyang at openjdk.org
Mon Oct 17 08:21:03 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
I see the LKML link mentions this: "Just remove the check altogether and let PROT_WRITE imply PROT_READ as is the case on other architectures.". Is this change still necessary then? Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10690
More information about the hotspot-runtime-dev
mailing list