On Sat, 27 Mar 2021 01:09:40 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Probably it will be easy to remove this "jvm" variable in the jpeg library? >> Looks like it is used to call JNU_GetEnv, but the JNIEnv could be accessed >> from the first parameter of the jni method. > >> Probably it will be easy to remove this "jvm" variable in the jpeg library? >> Looks like it is used to call JNU_GetEnv, but the JNIEnv could be accessed >> from the first parameter of the jni method. > > Seems these methods are used as callbacks... So what's the verdict with this one? OK to rename the variable or go a different route? ------------- PR: https://git.openjdk.java.net/jdk/pull/3155