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

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

Print this page

        

*** 29,45 **** * @requires (os.arch != "s390x") * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar ! * @build Common AttemptOOM CPUSetsReader sun.hotspot.WhiteBox PrintContainerInfo * @run driver ClassFileInstaller -jar whitebox.jar sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run driver TestCPUSets */ import java.util.List; import jdk.test.lib.containers.docker.DockerRunOptions; import jdk.test.lib.containers.docker.DockerTestUtils; import jdk.test.lib.Asserts; import jdk.test.lib.Platform; import jdk.test.lib.Utils; import jdk.test.lib.process.OutputAnalyzer; --- 29,47 ---- * @requires (os.arch != "s390x") * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * jdk.jartool/sun.tools.jar ! * @build AttemptOOM sun.hotspot.WhiteBox PrintContainerInfo * @run driver ClassFileInstaller -jar whitebox.jar sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run driver TestCPUSets */ 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; import jdk.test.lib.Asserts; import jdk.test.lib.Platform; import jdk.test.lib.Utils; import jdk.test.lib.process.OutputAnalyzer;
test/hotspot/jtreg/runtime/containers/docker/TestCPUSets.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File