< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodThrows.java

Print this page

        

*** 25,35 **** /* * @test * @bug 8042451 * @summary Test population of reference info for method exception clauses ! * @modules jdk.compiler/com.sun.tools.classfile * @compile -g Driver.java ReferenceInfoUtil.java MethodThrows.java * @run main Driver MethodThrows */ public class MethodThrows { --- 25,35 ---- /* * @test * @bug 8042451 * @summary Test population of reference info for method exception clauses ! * @modules jdk.jdeps/com.sun.tools.classfile * @compile -g Driver.java ReferenceInfoUtil.java MethodThrows.java * @run main Driver MethodThrows */ public class MethodThrows {
< prev index next >