--- old/test/gc/logging/TestGCId.java 2016-08-11 13:32:00.485602500 -0400 +++ new/test/gc/logging/TestGCId.java 2016-08-11 13:32:00.082597100 -0400 @@ -27,13 +27,13 @@ * @summary Ensure that the GCId is logged * @requires vm.gc=="null" * @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 TestGCId { public static void main(String[] args) throws Exception {