Re: RFR: 8263778: Fix monocle JNI signatures for instance methods

2021-03-20 Thread Kevin Rushforth
On Sat, 20 Mar 2021 11:53:21 GMT, Johan Vos 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 wh

RFR: 8263778: Fix monocle JNI signatures for instance methods

2021-03-20 Thread Johan Vos
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. - Commit messages: - Fix signatures (