< prev index next >

test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java

Print this page

        

*** 22,41 **** */ /* * @test TestEmptyBootstrapMethodsAttr * @bug 8041918 ! * @library /testlibrary * @summary Test empty bootstrap_methods table within BootstrapMethods attribute * @modules java.base/jdk.internal.misc * java.management * @compile TestEmptyBootstrapMethodsAttr.java * @run main TestEmptyBootstrapMethodsAttr */ import java.io.File; ! import jdk.test.lib.*; public class TestEmptyBootstrapMethodsAttr { public static void main(String args[]) throws Throwable { System.out.println("Regression test for bug 8041918"); --- 22,43 ---- */ /* * @test TestEmptyBootstrapMethodsAttr * @bug 8041918 ! * @library /test/lib * @summary Test empty bootstrap_methods table within BootstrapMethods attribute * @modules java.base/jdk.internal.misc * java.management * @compile TestEmptyBootstrapMethodsAttr.java * @run main TestEmptyBootstrapMethodsAttr */ import java.io.File; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.JDKToolFinder; public class TestEmptyBootstrapMethodsAttr { public static void main(String args[]) throws Throwable { System.out.println("Regression test for bug 8041918");
< prev index next >