JDK-8044613 : Fix finally lint warnings in jdk libraries
  • Type: Bug
  • Component: client-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Other
  • Submitted: 2014-06-03
  • Updated: 2014-07-07
  • Resolved: 2014-06-19
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 9
9Resolved
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Sub Tasks
JDK-8044694 :  
JDK-8044698 :  
JDK-8044715 :  
Description
Various libraries in the JDK have javac lint "finally" warnings for finally clauses that cannot complete normally. These issues should be fixed.
Comments
All logical subtasks of this effort are now complete.
19-06-2014

As of the bug's filing, 3 warnings are observed in an OpenJDK build of JDK 9: /dev/jdk/src/share/classes/javax/swing/JEditorPane.java:683: warning: [finally] finally clause cannot complete normally } ^ /dev/jdk/src/share/classes/sun/print/PSPrinterJob.java:712: warning: [finally] finally clause cannot complete normally } ^ /dev/jdk/src/solaris/classes/sun/print/UnixPrintJob.java:996: warning: [finally] finally clause cannot complete normally } ^
03-06-2014