RFR: 8323664: java/awt/font/JNICheck/FreeTypeScalerJNICheck.java still fails with JNI warning on some Windows configurations [v2]
Christoph Langer
clanger at openjdk.org
Mon Jan 29 07:13:50 UTC 2024
On Sat, 27 Jan 2024 06:44:59 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> Thanks for the review. For some reason, however, I still saw the jni warning in our env with the patch applied. Still looking into it to understand what I'm missing...
OK, got it. The exception check needs to be before the call to FindClass. Now the patch is correct and does what it is supposed to do.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17404#issuecomment-1914087545
More information about the client-libs-dev
mailing list