Bugs 6348499 and 6430209 detail javac "crashes" where the underlying problem is bad user code or data being used in annotation processors, giving rise to an unchecked CompletionFailure exception being thrown.
While the underlying problems need better detection and reporting, it is also inappropriate to report these failures as javac failures and ask users to submit a bug report against the compiler.
While the underlying problems need better detection and reporting, it is also inappropriate to report these failures as javac failures and ask users to submit a bug report against the compiler.
- relates to
-
JDK-6550655 com.sun.tools.javac.code.Symbol$CompletionFailure
- Closed
-
JDK-6348499 javac crashes at com.sun.tools.javac.jvm.ClassReader$BadClassFile
- Closed
-
JDK-6430209 spurious compiler error elicited by packageElement.getEnclosedElements()
- Closed