test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java

test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java

Print this page

        

*** 28,44 **** * @requires docker.support * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar - * @build Common * @run driver TestCPUAwareness */ import java.util.List; import jdk.test.lib.containers.docker.DockerRunOptions; import jdk.test.lib.containers.docker.DockerTestUtils; ! public class TestCPUAwareness { private static final String imageName = Common.imageName("cpu"); private static final int availableCPUs = Runtime.getRuntime().availableProcessors(); --- 28,44 ---- * @requires docker.support * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar * @run driver TestCPUAwareness */ import java.util.List; + import jdk.test.lib.containers.docker.Common; import jdk.test.lib.containers.docker.DockerRunOptions; import jdk.test.lib.containers.docker.DockerTestUtils; ! import jdk.test.lib.containers.cgroup.CPUSetsReader; public class TestCPUAwareness { private static final String imageName = Common.imageName("cpu"); private static final int availableCPUs = Runtime.getRuntime().availableProcessors();
test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File