--- old/test/compiler/debug/VerifyAdapterSharing.java 2016-08-11 13:16:06.038917500 -0400 +++ new/test/compiler/debug/VerifyAdapterSharing.java 2016-08-11 13:16:05.630861900 -0400 @@ -25,7 +25,7 @@ * @test * @bug 8030783 * @summary Regression test for 8026478 - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @@ -34,8 +34,8 @@ package compiler.debug; -import jdk.test.lib.OutputAnalyzer; -import jdk.test.lib.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; public class VerifyAdapterSharing { public static void main(String[] args) throws Exception {