-
Bug
-
Resolution: Fixed
-
P2
-
6u12, 7
JDK7 b102 fails with the following exception when calling method printStackTrace() on OutOfMemoryException object:
java.lang.NullPointerException
at java.lang.Throwable.printStackTrace(Throwable.java:563) at java.lang.Throwable.printStackTrace(Throwable.java:548) ...
The problem doesn't occur in older builds (b100, b101).
The code change that seems to be most related to this bug is CR 6911258 commit.
java.lang.NullPointerException
at java.lang.Throwable.printStackTrace(Throwable.java:563) at java.lang.Throwable.printStackTrace(Throwable.java:548) ...
The problem doesn't occur in older builds (b100, b101).
The code change that seems to be most related to this bug is CR 6911258 commit.
- duplicates
-
JDK-6976207 Regression in java.lang.Throwable introduced in JDK7b102
- Closed
-
JDK-6915662 Throwable.setStackTrace is not thread-safe
- Closed
- relates to
-
JDK-7045138 OutOfMemoryError thrown without stack trace in jdk7-b142
- Closed
-
JDK-6911258 Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
- Closed
-
JDK-6991528 Support making Throwable.suppressedExceptions immutable
- Closed
-
JDK-6173515 Improve handling of OutOfMemoryError
- Resolved
(1 relates to)