On Sun, 1 May 2022 19:31:01 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.
This pull request has now been integrated. Changeset: a03438cb Author: Phil Race <p...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a03438cb1b915c89739fc974e5b84adc38bd14bf Stats: 16 lines in 1 file changed: 10 ins; 0 del; 6 mod 8285397: JNI exception pending in CUPSfuncs.c:250 Reviewed-by: psadhukhan ------------- PR: https://git.openjdk.java.net/jdk/pull/8491