--- old/test/runtime/NMT/JcmdWithNMTDisabled.java 2016-08-11 13:36:31.498136900 -0400 +++ new/test/runtime/NMT/JcmdWithNMTDisabled.java 2016-08-11 13:36:31.087371100 -0400 @@ -25,13 +25,15 @@ * @test * @key nmt jcmd * @summary Verify that jcmd correctly reports that NMT is not enabled - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main JcmdWithNMTDisabled 1 */ -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.JDKToolFinder; public class JcmdWithNMTDisabled { static ProcessBuilder pb = new ProcessBuilder();