--- old/test/runtime/NMT/CommandLineSummary.java 2016-08-11 13:36:11.922648500 -0400 +++ new/test/runtime/NMT/CommandLineSummary.java 2016-08-11 13:36:11.519827900 -0400 @@ -25,12 +25,13 @@ * @test * @key nmt * @summary Running with NMT summary should not result in an error - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management */ -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class CommandLineSummary {