JDK-6963622 : Project Coin: Refinements to suppressed exceptions
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-06-23
  • Updated: 2023-09-28
  • Resolved: 2010-08-11
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 b105Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
For the suppressed exception feature added as part of the ARM proposal submitted to Project Coin (6911258), some refinements would be helpful:

* Add a check for trying to suppress yourself
* Change the serial form of suppressed exceptions to use arrays rather than a java.util.List
Since Throwable already has references to java.util now, removing such references from the serial form alone is not judged to be worthwhile.

Comments
PUBLIC COMMENTS See http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ab65f46ae092
16-07-2010

EVALUATION Yes.
23-06-2010