RFR: 8296709: WARNING: JNI call made without checking exceptions

Christoph Langer clanger at openjdk.org
Fri Nov 11 06:28:32 UTC 2022


On Thu, 10 Nov 2022 09:02:02 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:

> This small change fixes a warning that may pop up during runtime. May I please request reviews? Thank you!

Maybe you could also call "bin/java -Xcheck:jni -agentlib:jdwp=transport=dt_socket,server=y,suspend=n -version" which would show the error? Or add this as another test for serviceability?

-------------

PR: https://git.openjdk.org/jdk/pull/11083


More information about the serviceability-dev mailing list