Integrated: JDK-8312620: WSL Linux build crashes after JDK-8310233

Thomas Stuefe stuefe at openjdk.org
Thu Jul 27 13:47:59 UTC 2023


On Tue, 25 Jul 2023 06:18:08 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> WSL exposes inconsistent information about hugepage support from proc fs, which makes the JVM assert. This patch makes the JVM instead avoid using hugepages for what is technically broken kernel behavior.
> 
> Testing: manually tested on a kernel where I faked the error we see on WSL.

This pull request has now been integrated.

Changeset: 25058cd2
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/25058cd23ac9c8993e7acfd82728ee4c623f0914
Stats:     21 lines in 3 files changed: 14 ins; 0 del; 7 mod

8312620: WSL Linux build crashes after JDK-8310233

Reviewed-by: dholmes, djelinski

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

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


More information about the hotspot-runtime-dev mailing list