--- old/test/gc/logging/TestPrintReferences.java 2016-08-11 13:32:02.936011400 -0400 +++ new/test/gc/logging/TestPrintReferences.java 2016-08-11 13:32:02.527593200 -0400 @@ -26,13 +26,13 @@ * @bug 8136991 * @summary Validate the reference processing logging * @key gc - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ -import jdk.test.lib.ProcessTools; -import jdk.test.lib.OutputAnalyzer; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; public class TestPrintReferences { public static void main(String[] args) throws Exception {