langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @bug 8006732 8006775 8042451
    28  * @bug 8006732 8006775 8042451
    29  * @summary Test population of reference info for multicatch exception parameters
    29  * @summary Test population of reference info for multicatch exception parameters
    30  * @author Werner Dietl
    30  * @author Werner Dietl
    31  * @modules jdk.compiler/com.sun.tools.classfile
    31  * @modules jdk.jdeps/com.sun.tools.classfile
    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  */
    35 public class MultiCatch {
    35 public class MultiCatch {
    36 
    36