--- old/test/runtime/CompressedOops/ObjectAlignment.java 2016-08-11 13:35:13.213663500 -0400 +++ new/test/runtime/CompressedOops/ObjectAlignment.java 2016-08-11 13:35:12.795305200 -0400 @@ -25,12 +25,15 @@ * @test * @bug 8022865 * @summary Tests for the -XX:ObjectAlignmentInBytes command line option - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main ObjectAlignment */ -import jdk.test.lib.*; + +import jdk.test.lib.Platform; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class ObjectAlignment {