RFR: 8263778: Fix monocle JNI signatures for instance methods
Kevin Rushforth
kcr at openjdk.java.net
Sat Mar 20 12:52:40 UTC 2021
On Sat, 20 Mar 2021 11:53:21 GMT, Johan Vos <jvos at openjdk.org> wrote:
> Fix signatures (jclass/jobject), add UNUSED when unused
> Fix for JDK-8263778
>
> The monocle/egl native code now includes the javac generated header file
> UNUSED() directives are used when a parameter is not used
> jobject/jclass are used when expected.
Marked as reviewed by kcr (Lead).
-------------
PR: https://git.openjdk.java.net/jfx/pull/435
More information about the openjfx-dev
mailing list