test/tools/javac/annotations/typeAnnotations/failures/OldArray.out

Wed, 23 Oct 2013 23:20:32 -0400

author
emc
date
Wed, 23 Oct 2013 23:20:32 -0400
changeset 2167
d2fa3f7e964e
parent 0
959103a6100f
permissions
-rw-r--r--

8006732: support correct bytecode storage of type annotations in multicatch
Summary: Fix issue with annotations being added before attribution, which causes multicatch not to work right and several tests to fail.
Reviewed-by: jfranck, jjg

     1 OldArray.java:12:11: compiler.err.expected: ']'
     2 OldArray.java:12:13: compiler.err.expected: token.identifier
     3 OldArray.java:12:14: compiler.err.expected: ';'
     4 OldArray.java:12:17: compiler.err.illegal.start.of.type
     5 OldArray.java:12:18: compiler.err.expected: token.identifier
     6 OldArray.java:12:19: compiler.err.expected: ';'
     7 OldArray.java:12:22: compiler.err.illegal.start.of.type
     8 OldArray.java:12:28: compiler.err.expected: token.identifier
     9 OldArray.java:13:1: compiler.err.expected3: class, interface, enum
    10 9 errors

mercurial