RFR: 8357693: AOTCodeCompressedOopsTest.java failed with -XX:+UseLargePages
Ioi Lam
iklam at openjdk.org
Thu May 29 17:09:58 UTC 2025
On Wed, 28 May 2025 23:12:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> With `-XX:+UseLargePages`, memory mapping may fail on some OSes if the size is not large page aligned, so let's use `read()` instead.
>>
>> With this fix, the test cases passes.
>
> Good
Thanks @vnkozlov @shipilev for the review
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25508#issuecomment-2920028198
More information about the hotspot-runtime-dev
mailing list