diff -r 5f20bf95c052 -r 292a4a87c321 test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java --- a/test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java Tue Jun 12 18:44:01 2018 -0400 +++ b/test/hotspot/jtreg/runtime/containers/docker/TestCPUAwareness.java Tue Jun 12 18:51:45 2018 -0400 @@ -30,13 +30,13 @@ * @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.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");