Integrated: 8357693: AOTCodeCompressedOopsTest.java failed with -XX:+UseLargePages

Ioi Lam iklam at openjdk.org
Thu May 29 17:09:59 UTC 2025


On Wed, 28 May 2025 19:18:56 GMT, Ioi Lam <iklam 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.

This pull request has now been integrated.

Changeset: e3063678
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e306367813db7c8a3ecac5e46740600b7ab04f9d
Stats:     5 lines in 1 file changed: 3 ins; 0 del; 2 mod

8357693: AOTCodeCompressedOopsTest.java failed with -XX:+UseLargePages

Reviewed-by: kvn, shade

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

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


More information about the hotspot-runtime-dev mailing list