On Wed, 4 May 2022 20:14:35 GMT, Phil Race <p...@openjdk.org> wrote: >> A tool checking for JNI errors complains that the call to >> JNU_NewStringPlatform(..) >> might throw an exception and subsequent JNI code isn't making sure of that. >> Clear the exception so the error handling code can do its thing. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8285399
Marked as reviewed by psadhukhan (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8491