-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8362942 | 25.0.1 | Thomas Schatzl | P4 | Resolved | Fixed | b03 |
JDK-8362513 | 25 | Thomas Schatzl | P4 | Resolved | Fixed | b33 |
The java man page documentation (src/java.base/share/man/java.md) for UseNUMA specifies that it only affects the parallel garbage collector. Currently it also affects G1 GC and ZGC. I'm not sure about Shenandoah. So perhaps drop the naming of specific collectors?
It may be helpful to change the definition from describing the NUMA-ness of the machine to the NUMA-ness of the Java process. Something like:
"Enables performance optimization of an application running on multiple nodes of a machine with nonuniform memory architecture (NUMA) by increasing the application's use of lower latency memory."
It may be helpful to change the definition from describing the NUMA-ness of the machine to the NUMA-ness of the Java process. Something like:
"Enables performance optimization of an application running on multiple nodes of a machine with nonuniform memory architecture (NUMA) by increasing the application's use of lower latency memory."
- backported by
-
JDK-8362513 Update java man page documentation to reflect current state of the UseNUMA flag
-
- Resolved
-
-
JDK-8362942 Update java man page documentation to reflect current state of the UseNUMA flag
-
- Resolved
-
- links to
-
Commit(jdk25) openjdk/jdk/e8f2cd8f
-
Commit(master) openjdk/jdk/ea774b74
-
Review(jdk25) openjdk/jdk/26382
-
Review(master) openjdk/jdk/26321
(1 links to)