diff -r dda6a5b15580 -r 48ee63caaa93 test/tools/javac/generics/6723444/T6723444.out --- a/test/tools/javac/generics/6723444/T6723444.out Tue Mar 06 13:26:36 2012 +0000 +++ b/test/tools/javac/generics/6723444/T6723444.out Tue Mar 06 13:28:05 2012 +0000 @@ -1,5 +1,5 @@ -T6723444.java:42:9: compiler.err.unreported.exception.need.to.catch.or.throw: X2 -T6723444.java:43:9: compiler.err.unreported.exception.need.to.catch.or.throw: X2 +T6723444.java:42:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Throwable +T6723444.java:43:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Throwable T6723444.java:45:32: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Throwable T6723444.java:46:17: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Throwable T6723444.java:48:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Throwable