RFR: 8299739: HashedPasswordFileTest.java and ExceptionTest.java can fail with java.lang.NullPointerException

Chris Plummer cjplummer at openjdk.org
Tue Feb 7 19:47:26 UTC 2023


On Tue, 7 Feb 2023 01:58:15 GMT, Alex Menkov <amenkov at 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


More information about the serviceability-dev mailing list