--- old/test/runtime/CommandLine/TraceExceptionsTest.java 2016-08-11 13:34:51.155779200 -0400 +++ new/test/runtime/CommandLine/TraceExceptionsTest.java 2016-08-11 13:34:50.749642300 -0400 @@ -25,12 +25,13 @@ * @test * @bug 8048933 * @summary TraceExceptions output should have the exception message - useful for ClassNotFoundExceptions especially - * @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 TraceExceptionsTest { public static void main(String[] args) throws Exception {