Withdrawn: 8203035: Implement equals() and hashCode() for Throwable
duke
duke at openjdk.org
Wed Mar 15 12:24:35 UTC 2023
On Sat, 10 Dec 2022 18:11:30 GMT, Victor Toni <duke at openjdk.org> wrote:
> Being able to compare instances of Throwable allows simple detection of exceptions raised by the same circumstances. Comparison allows for reduction of excessive logging e.g. in hotspots without requiring custom code to compare Throwables.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/11624
More information about the core-libs-dev
mailing list