RFR: 8296709: WARNING: JNI call made without checking exceptions
Lutz Schmidt
lucy at openjdk.org
Fri Nov 11 08:06:36 UTC 2022
On Fri, 11 Nov 2022 06:26:19 GMT, Christoph Langer <clanger 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?
> I was suggesting what @RealCLanger suggests in regards to the test - add a new case.
Ahh, now I understand. I will add the suggested test modification to this PR.
-------------
PR: https://git.openjdk.org/jdk/pull/11083
More information about the serviceability-dev
mailing list