-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: core-libs
-
b138
-
generic
-
generic
-
Verified
The JCK team has requested a specification clarification over whether the second call to addSuppressed below should trigger an NPE
Throwable t = new Throwable();
t.addSuppressed(null); // Okay
t.addSuppressed(null); // Currently triggers an NPE
Throwable t = new Throwable();
t.addSuppressed(null); // Okay
t.addSuppressed(null); // Currently triggers an NPE
- relates to
-
JDK-6978918 Should clear stackTrace before throwing the preallocated default OutOfMemoryError objects
-
- Closed
-
-
JDK-4988583 AutomaticException chaining for exception in try and exception thrown in finally
-
- Closed
-