test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java

changeset 1721
abd153854f16
parent 1534
bec996065c45
child 1755
ddb4a2bfcd82
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
24 import static com.sun.tools.classfile.TypeAnnotation.TargetType.*; 24 import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;
25 25
26 /* 26 /*
27 * @test 27 * @test
28 * @bug 8006732 8006775 28 * @bug 8006732 8006775
29 * @ignore 29 * @ignore 8013408: Need specification for type exceptions on multicatch
30 * @summary Test population of reference info for multicatch exception parameters 30 * @summary Test population of reference info for multicatch exception parameters
31 * @author Werner Dietl 31 * @author Werner Dietl
32 * @compile -g Driver.java ReferenceInfoUtil.java MultiCatch.java 32 * @compile -g Driver.java ReferenceInfoUtil.java MultiCatch.java
33 * @run main Driver MultiCatch 33 * @run main Driver MultiCatch
34 */ 34 */

mercurial