JDK-8027188 : Turn silent failures into assertion failures
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-10-23
  • Updated: 2014-09-29
  • Resolved: 2014-09-29
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.
Other
tbd_minorFixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The type annotations code has several silent failures when certain error conditions arise.  These need to be turned into assertion failures, and the conditions under which the assertions fail need to be addressed.
Comments
Previous type annotations work has explored enough of the code to be reasonably certain that no silent failures remain.
29-09-2014

All known silent failures have been fixed at this time, but there could be more.
30-01-2014

https://bugs.openjdk.java.net/browse/JDK-8027375 turned a silent failure into an assertion fail.
12-11-2013