On Tue, 7 Feb 2023 01:58:15 GMT, Alex Menkov <amen...@openjdk.org> wrote:
> My only guess is ExceptionTest failed with some Error, so catch (Exception) > didn't catch it Yes, that makes sense. Kevin, can you try changing this to catch Throwable and see if you can get the initial exception printed? ------------- PR: https://git.openjdk.org/jdk/pull/11881