--- old/test/runtime/LoadClass/LoadClassNegative.java 2016-08-11 13:35:49.936112400 -0400 +++ new/test/runtime/LoadClass/LoadClassNegative.java 2016-08-11 13:35:49.532044200 -0400 @@ -26,16 +26,16 @@ * @key regression * @bug 8020675 * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @build TestForName - * @build LoadClassNegative * @run main LoadClassNegative */ import java.io.File; -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class LoadClassNegative {