JDK-6441871 : suppress stack trace after CompletionFailure in annotation progressing
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-06-21
  • Updated: 2010-04-03
  • Resolved: 2006-07-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b91Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
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.

Comments
EVALUATION See Evaluations of related bugs 6348499 and 6430209
21-06-2006