Skip to content

Commit e8f2cd8

Browse files
author
Thomas Schatzl
committed
8347052: Update java man page documentation to reflect current state of the UseNUMA flag
Reviewed-by: ayang Backport-of: ea774b74e819e6db607204c05fd1c8f57d508213
1 parent e599ee4 commit e8f2cd8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/java.base/share/man/java.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2817,9 +2817,8 @@ Java HotSpot VM.
28172817
`-XX:+UseNUMA`
28182818
: Enables performance optimization of an application on a machine with
28192819
nonuniform memory architecture (NUMA) by increasing the application's use
2820-
of lower latency memory. By default, this option is disabled and no
2821-
optimization for NUMA is made. The option is available only when the
2822-
parallel garbage collector is used (`-XX:+UseParallelGC`).
2820+
of lower latency memory. The default value for this option depends on the
2821+
garbage collector.
28232822

28242823
`-XX:+UseParallelGC`
28252824
: Enables the use of the parallel scavenge garbage collector (also known as

0 commit comments

Comments
 (0)