From ea774b74e819e6db607204c05fd1c8f57d508213 Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Thu, 17 Jul 2025 13:47:57 +0000 Subject: [PATCH] 8347052: Update java man page documentation to reflect current state of the UseNUMA flag Reviewed-by: drwhite, ayang --- src/java.base/share/man/java.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/java.base/share/man/java.md b/src/java.base/share/man/java.md index 96e9147e218..f7a31fff836 100644 --- a/src/java.base/share/man/java.md +++ b/src/java.base/share/man/java.md @@ -2809,9 +2809,8 @@ Java HotSpot VM. `-XX:+UseNUMA` : Enables performance optimization of an application on a machine with nonuniform memory architecture (NUMA) by increasing the application's use - of lower latency memory. By default, this option is disabled and no - optimization for NUMA is made. The option is available only when the - parallel garbage collector is used (`-XX:+UseParallelGC`). + of lower latency memory. The default value for this option depends on the + garbage collector. `-XX:+UseParallelGC` : Enables the use of the parallel scavenge garbage collector (also known as