langtools/test/tools/javac/multicatch/7005371/T7005371.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7005371
    26  * @bug 7005371
    27  * @summary  Multicatch: assertion error while generating LocalVariableTypeTable attribute
    27  * @summary  Multicatch: assertion error while generating LocalVariableTypeTable attribute
    28  * @modules jdk.compiler/com.sun.tools.classfile
    28  * @modules jdk.jdeps/com.sun.tools.classfile
    29  * @compile -g SubTest.java
    29  * @compile -g SubTest.java
    30  * @run main T7005371
    30  * @run main T7005371
    31  */
    31  */
    32 
    32 
    33 import com.sun.tools.classfile.Attribute;
    33 import com.sun.tools.classfile.Attribute;