< prev index next >

test/hotspot/jtreg/runtime/EnclosingMethodAttr/EnclMethodAttr.java

Print this page
rev 59076 : [mq]: 8243945

*** 27,37 **** * @library /test/lib * @summary Check attribute_length of EnclosingMethod attribute * @modules java.base/jdk.internal.misc * java.management * @compile EnclMethTest.jcod ! * @run main EnclMethodAttr */ import java.io.File; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; --- 27,37 ---- * @library /test/lib * @summary Check attribute_length of EnclosingMethod attribute * @modules java.base/jdk.internal.misc * java.management * @compile EnclMethTest.jcod ! * @run driver EnclMethodAttr */ import java.io.File; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >