Integrated: 8263778: Fix monocle JNI signatures for instance methods

Johan Vos jvos at openjdk.java.net
Sat Mar 20 16:39:43 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.

This pull request has now been integrated.

Changeset: d4d57fb1
Author:    Johan Vos <jvos at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/d4d57fb1
Stats:     22 lines in 1 file changed: 2 ins; 0 del; 20 mod

8263778: Fix monocle JNI signatures for instance methods

Reviewed-by: kcr

-------------

PR: https://git.openjdk.java.net/jfx/pull/435


More information about the openjfx-dev mailing list