diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java --- a/test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java Wed May 01 08:46:04 2013 -0700 +++ b/test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java Fri May 03 09:56:56 2013 -0700 @@ -25,7 +25,7 @@ /* * @test - * @ignore // syntax not sure yet. + * @ignore 8013408: Need specification for type exceptions on multicatch * @bug 8006775 * @summary new type annotation location: multicatch * @author Werner Dietl