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

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


On Mon, 23 Oct 2023 09:36:02 GMT, Stefan Johansson <sjohanss 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.
>
> Looks good.

Thanks @kstefanj and @dholmes-ora 

Since its trivial and all checks are green, I'll push.

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

PR Comment: https://git.openjdk.org/jdk/pull/16302#issuecomment-1774837873


More information about the hotspot-runtime-dev mailing list