History log of /openjdk9/langtools/test/tools/javac/annotations/testCrashNestedAnnos/TestCrashNestedAnnos.out
Revision Date Author Comments
# 2244:c1c20e618930 10-Jan-2014 jlahoda

8029376: Full attribution of unresolvable annotations
8029161: javac crashing when processing broken annotations
Summary: Attributing values of annotation attributes regardless how broken the annotation is.
Reviewed-by: jjg, jfranck


# 2187:f3ca12d680f3 11-Nov-2013 jfranck

8027375: javac asserts on nested erroneous annotations
Summary: make sure JCAnnotation trees have type != null before annotation processing
Reviewed-by: jjg