< prev index next >

langtools/test/tools/javac/multicatch/7005371/T7005371.java

Print this page

        

*** 23,33 **** /* * @test * @bug 7005371 * @summary Multicatch: assertion error while generating LocalVariableTypeTable attribute ! * @modules jdk.compiler/com.sun.tools.classfile * @compile -g SubTest.java * @run main T7005371 */ import com.sun.tools.classfile.Attribute; --- 23,33 ---- /* * @test * @bug 7005371 * @summary Multicatch: assertion error while generating LocalVariableTypeTable attribute ! * @modules jdk.jdeps/com.sun.tools.classfile * @compile -g SubTest.java * @run main T7005371 */ import com.sun.tools.classfile.Attribute;
< prev index next >