-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b105
-
generic
-
generic
* 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.
- relates to
-
JDK-6991528 Support making Throwable.suppressedExceptions immutable
- Closed
-
JDK-6911258 Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
- Closed
-
JDK-8042377 BufferedWriter and FilteredOutputStream.close throw IAE if flush and close throw equal exceptions
- Closed
-
JDK-8317229 try-with-resource can lead to java.lang.IllegalArgumentException: Self-suppression not permitted
- Closed
-
JDK-8012044 Give more information about self-suppression from Throwable.addSuppressed
- Closed
-
JDK-8287921 FastThrow breaks Throwable.addSuppressed
- New