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
FYI .. I asked about the cases that did not get reported and turns out they only reported *new* problems and I was pointed to a report that identifies the 4 cases I fixed in my last incremental update. So I think we should be good now. ------------- PR: https://git.openjdk.java.net/jdk/pull/8491