[jdk11u-dev] Integrated: 8347129: cpuset cgroups controller is required for no good reason

Voznia Anton duke at openjdk.org
Thu Nov 13 22:36:42 UTC 2025


On Fri, 31 Oct 2025 15:08:07 GMT, Voznia Anton <duke at openjdk.org> wrote:

> Hi all,
> 
> Clean backport of JDK-8347129
> 
> Ran test locally on Fedora 43 arm, under `test/hotspot/jtreg/containers/`
> 
> Without the fix:
> 
> containers/cgroup/CgroupSubsystemFactory.java  Passed. Execution successful
> containers/cgroup/PlainRead.java               Passed. Execution successful
> containers/docker/DockerBasicTest.java         Passed. Execution successful
> containers/docker/ShareTmpDir.java             Passed. Execution successful
> containers/docker/TestCPUAwareness.java        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'active_processor_count.*1' missing from stdout/stderr
> containers/docker/TestCPUSets.java             Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: assertTrue: expected true, was false
> containers/docker/TestJFREvents.java           Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'totalSize = 209715200' missing from stdout/stderr
> containers/docker/TestJFRNetworkEvents.java    Passed. Execution successful
> containers/docker/TestJcmdWithSideCar.java     Passed. Execution successful
> containers/docker/TestMemoryAwareness.java     Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'Memory Limit is:.*104857600' missing from stdout/stderr
> containers/docker/TestMemoryWithCgroupV1.java  Passed. Execution successful
> containers/docker/TestMisc.java                Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'CheckContainerized: Running inside a container' missing from stdout/stderr
> containers/docker/TestPids.java                Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: assertTrue: expected true, was false
> 
> 
> With the fix:
> 
> containers/cgroup/CgroupSubsystemFactory.java  Passed. Execution successful
> containers/cgroup/PlainRead.java               Passed. Execution successful
> containers/docker/DockerBasicTest.java         Passed. Execution successful
> containers/docker/ShareTmpDir.java             Passed. Execution successful
> containers/docker/TestCPUAwareness.java        Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0]
> containers/docker/TestCPUSets.java             Passed. Execution successful
> containers/docker/TestJFREvents.java           Passed. Execution successful
> containers/docker/TestJFRNetworkEvents.java    Passed. Execution successful
> containers/docker/TestJcmdWithSideCar.java     Passed. Execution...

This pull request has now been integrated.

Changeset: 9b9babc0
Author:    Voznia Anton <avoznia at azul.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/9b9babc0d926d522da379b8b60f56d336a7974de
Stats:     6 lines in 1 file changed: 2 ins; 0 del; 4 mod

8347129: cpuset cgroups controller is required for no good reason

Backport-of: 2de71d04454b04ee887f7bd3e5decbfaa9ab8460

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

PR: https://git.openjdk.org/jdk11u-dev/pull/3109


More information about the jdk-updates-dev mailing list