e32b40185e
8029161: javac crashing when processing broken annotations Attributing values of annotation attributes regardless how broken the annotation is. Reviewed-by: jjg, jfranck
5 lines
461 B
Plaintext
5 lines
461 B
Plaintext
TestCrashNestedAnnos.java:9:6: compiler.err.cant.resolve.location: kindname.class, A, , , (compiler.misc.location: kindname.class, TestCrashNestedAnnos, null)
|
|
TestCrashNestedAnnos.java:9:9: compiler.err.cant.resolve.location: kindname.class, A1, , , (compiler.misc.location: kindname.class, TestCrashNestedAnnos, null)
|
|
TestCrashNestedAnnos.java:10:6: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: B, java.lang.annotation.Annotation)
|
|
3 errors
|