--- old/test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java 2016-08-11 13:40:19.066203200 -0400 +++ new/test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java 2016-08-11 13:40:18.653060200 -0400 @@ -24,7 +24,7 @@ /* * @test TestEmptyBootstrapMethodsAttr * @bug 8041918 - * @library /testlibrary + * @library /test/lib * @summary Test empty bootstrap_methods table within BootstrapMethods attribute * @modules java.base/jdk.internal.misc * java.management @@ -33,7 +33,9 @@ */ import java.io.File; -import jdk.test.lib.*; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.JDKToolFinder; public class TestEmptyBootstrapMethodsAttr {