--- old/test/gc/startup_warnings/TestCMS.java 2016-08-11 13:32:39.596624500 -0400 +++ new/test/gc/startup_warnings/TestCMS.java 2016-08-11 13:32:39.189179700 -0400 @@ -26,13 +26,13 @@ * @key gc * @bug 8006398 * @summary Test that CMS does not print a warning message -* @library /testlibrary +* @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ -import jdk.test.lib.OutputAnalyzer; -import jdk.test.lib.ProcessTools; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class TestCMS {