JDK-6993963 : Project Coin: Use precise exception analysis for effectively final catch parameters
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris
  • CPU: generic
  • Submitted: 2010-10-21
  • Updated: 2017-05-16
  • Resolved: 2011-03-08
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 7
7 b120Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Feedback on the original multi-catch with final rethrow work (6943289) has noted that the usability of the feature could be improved if:

* The more precise analysis were enabled for all effectively final catch paramters, not just explicitly final ones
* All disjunctive catch parameters were implicitly final

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/langtools/rev/f2048d9c666e
04-12-2010

SUGGESTED FIX A webrev of this fix is available at the following URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/f2048d9c666e
04-11-2010

EVALUATION Yes.
21-10-2010