test/tools/javac/generics/parametricException/J.java

Print this page

        

*** 25,36 **** * @test * @bug 5038685 * @summary javac appears to omit throws portion of generic signature attribute * @author gafter * ! * @compile -source 1.5 J.java ! * @compile -source 1.5 K.java */ class J<T extends Exception> { void f() throws T {} } --- 25,36 ---- * @test * @bug 5038685 * @summary javac appears to omit throws portion of generic signature attribute * @author gafter * ! * @compile J.java ! * @compile K.java */ class J<T extends Exception> { void f() throws T {} }