Integrated: JDK-8318643: +UseTransparentHugePages must enable +UseLargePages

Thomas Stuefe stuefe at openjdk.org
Mon Oct 23 10:02:40 UTC 2023


On Mon, 23 Oct 2023 06:10:46 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Per contract, +UseTransparentHugePages implies +UseLargePages. That automatism was lost with [JDK-8261894](https://bugs.openjdk.org/browse/JDK-8261894).
> 
> The fix is trivial.
> 
> Note that a regression test exists, (https://github.com/openjdk/jdk/pull/15159), that's how I found this issue. But this regression test has been drifting in Review Limbo since August. It just needs a second review, @kstefanj already reviewed it.

This pull request has now been integrated.

Changeset: ff5c5b65
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ff5c5b6541b43a1323ba08f7a086e64de197edda
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8318643: +UseTransparentHugePages must enable +UseLargePages

Reviewed-by: sjohanss

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

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


More information about the hotspot-runtime-dev mailing list