test/tools/javac/policy/test1/byfile.ABD.out

Fri, 29 Apr 2011 16:06:28 +0100

author
mcimadamore
date
Fri, 29 Apr 2011 16:06:28 +0100
changeset 992
dc3d9ef880a1
parent 829
ce6175cfe11e
child 2525
2eb010b6cb22
permissions
-rw-r--r--

6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
Summary: Accessing a non-existing enum constant from an annotation whose class is available results in an internal error
Reviewed-by: jjg

     1 [attribute A]
     2 [attribute A1]
     3 [attribute A2]
     4 [flow A]
     5 [flow A1]
     6 [flow A2]
     7 [desugar A]
     8 [desugar A1]
     9 [desugar A2]
    10 [generate code A]
    11 [generate code A1]
    12 [generate code A2]
    13 [attribute B]
    14 [attribute B1]
    15 B.java:12:9: compiler.err.cant.resolve.location: kindname.variable, x, , , (compiler.misc.location: kindname.class, B1, null)
    16 [attribute B2]
    17 1 error

mercurial