A number of tests launch VMs and read the output of the sub-process. The changes in JDK-8205051 mean the warning message "NUMA support disabled: Only a single NUMA node is available" is printed when running the tests -XX:+UseNUMA on system that only have one node, this breaks several tests. So far, the failures are with:
java/util/logging/LoggingDeadlock2.java
tools/jar/modularJar/Basic.java
java/util/zip/EntryCount64k.java
java/util/concurrent/locks/Lock/TimedAcquireLeak.java
We either need to fix these tests, question whether the warning for the single node case is useful, or have some probe so that tests can skip when run with UseNUMA on a single node.
java/util/logging/LoggingDeadlock2.java
tools/jar/modularJar/Basic.java
java/util/zip/EntryCount64k.java
java/util/concurrent/locks/Lock/TimedAcquireLeak.java
We either need to fix these tests, question whether the warning for the single node case is useful, or have some probe so that tests can skip when run with UseNUMA on a single node.
- duplicates
-
JDK-8346827 com/sun/jdi/ProcessAttachTest.java and com/sun/jdi/ReattachStressTest.java failing with -XX:+UseNUMA
-
- Closed
-
- relates to
-
JDK-8205051 Poor Performance with UseNUMA when cpu and memory nodes are misaligned
-
- Resolved
-
-
JDK-8346827 com/sun/jdi/ProcessAttachTest.java and com/sun/jdi/ReattachStressTest.java failing with -XX:+UseNUMA
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/afc4529d
-
Review(master) openjdk/jdk/22948