On Wed, 9 Mar 2022 07:51:46 GMT, Thomas Stuefe <stu...@openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Fixed zero build
>
> src/hotspot/share/prims/jvm.cpp line 2887:
> 
>> 2885:     return;
>> 2886:   }
>> 2887: #endif
> 
> Should we do this for jni_AttachCurrentThread too?

This hasn't been necessary for me because jni_AttachCurrentThread is not called 
during "java -Xshare:dump", which executes under a very strict condition and 
doesn't normally allow arbitrary JNI libraries to be loaded.

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

PR: https://git.openjdk.java.net/jdk/pull/7748

Reply via email to