RFR: 8319928: Exceptions thrown by cleanup actions should be handled correctly
Brent Christian
bchristi at openjdk.org
Wed Nov 15 19:50:30 UTC 2023
On Mon, 13 Nov 2023 11:08:13 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> Silently ignoring exceptions seems bad, but something that is forced when using a Cleaner
I also don't like that Cleaner ignores exceptions.
One idea I have: [8305979 : UncaughtExceptionHandler for Cleaner ](https://bugs.openjdk.org/browse/JDK-8305979).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16619#issuecomment-1813163393
More information about the core-libs-dev
mailing list