Integrated: JDK-8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size

Matthias Baesken mbaesken at openjdk.org
Fri Dec 15 07:45:47 UTC 2023


On Thu, 14 Dec 2023 16:38:56 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> os::Linux::print_system_memory_info already outputs a number of interesting memory related information, but the hpage_pmd_size is still missing but is already used at other place(s) in the JVM so better add it for completeness to the output.

This pull request has now been integrated.

Changeset: b31454e3
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b31454e36234091c3827c3b4d07f62345cb0cee4
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size

Reviewed-by: mdoerr, lucy

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

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


More information about the hotspot-runtime-dev mailing list