RFR: 8296709: WARNING: JNI call made without checking exceptions
Lutz Schmidt
lucy at openjdk.org
Thu Nov 10 13:32:33 UTC 2022
On Thu, 10 Nov 2022 12:20:58 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Can the test be augmented to catch this case too?
David,
the test already catches both warnings. The warnings are only issued under special circumstances. That's why everything looks fine in most cases. SAP's commercial vm has a feature called "debugging on demand" which is active by default. Therefore we see the warnings in our tests.
-------------
PR: https://git.openjdk.org/jdk/pull/11083
More information about the serviceability-dev
mailing list