RFR: 8295264: Fix PaX check on RISC-V
Fei Yang
fyang at openjdk.org
Mon Oct 17 08:58:57 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
Marked as reviewed by fyang (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10690
More information about the hotspot-runtime-dev
mailing list