RFR: 8285397: JNI exception pending in CUPSfuncs.c:250 [v2]

Phil Race prr at openjdk.java.net
Thu May 5 18:04:19 UTC 2022


On Wed, 4 May 2022 20:14:35 GMT, Phil Race <prr at 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



More information about the client-libs-dev mailing list