Integrated: 8256155: Allow multiple large page sizes to be used on Linux

Marcus G K Williams mgkwill at openjdk.java.net
Fri May 21 14:24:05 UTC 2021


On Wed, 11 Nov 2020 01:48:46 GMT, Marcus G K Williams <mgkwill at openjdk.org> wrote:

> Change the meaning of LargePageSizeInBytes to be the maximum large page size the JVM may use (not the only one). A default value of zero will mean to allow the JVM use large page sizes up to the system's default large page size.

This pull request has now been integrated.

Changeset: 94cfeb9c
Author:    Marcus G K Williams <mgkwill at openjdk.org>
Committer: Stefan Johansson <sjohanss at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/94cfeb9c4fee2ba5db8e5efa6b0f2041400c8b3a
Stats:     164 lines in 3 files changed: 101 ins; 43 del; 20 mod

8256155: Allow multiple large page sizes to be used on Linux

Co-authored-by: Marcus G K Williams <mgkwill at openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss at openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe at openjdk.org>
Reviewed-by: stuefe, sjohanss

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

PR: https://git.openjdk.java.net/jdk/pull/1153



More information about the hotspot-gc-dev mailing list