Withdrawn: 8355301: Simplify Throwable::printStackTrace by using record
Shaojin Wen
swen at openjdk.org
Sat Apr 26 04:52:58 UTC 2025
On Tue, 22 Apr 2025 11:06:17 GMT, Shaojin Wen <swen at openjdk.org> wrote:
> The current Throwable::printStackTrace implementation uses three inner classes PrintStreamOrWriter/WrappedPrintStream/WrappedPrintWriter. We can introduce a static method println to replace these three embedded classes.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/24795
More information about the core-libs-dev
mailing list