< prev index next >

test/runtime/EnclosingMethodAttr/EnclMethodAttr.java

Print this page

        

*** 22,40 **** */ /* * @test * @bug 8044738 ! * @library /testlibrary * @summary Check attribute_length of EnclosingMethod attribute * @modules java.base/jdk.internal.misc * java.management * @run main EnclMethodAttr */ import java.io.File; ! import jdk.test.lib.*; public class EnclMethodAttr { static final String testsrc = System.getProperty("test.src"); --- 22,41 ---- */ /* * @test * @bug 8044738 ! * @library /test/lib * @summary Check attribute_length of EnclosingMethod attribute * @modules java.base/jdk.internal.misc * java.management * @run main EnclMethodAttr */ import java.io.File; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class EnclMethodAttr { static final String testsrc = System.getProperty("test.src");
< prev index next >