On Tue, 19 Apr 2022 00:12:26 GMT, Brent Christian <bchri...@openjdk.org> wrote:

>> I think it is safer to add the check for 'hModule'.
>> 
>> 
>> -        if (moduleData != NULL) {
>> +        if (moduleData != NULL && moduleData->hModule != NULL) {
>
> That is very safe -- we already checked that `ckpNativeData != 0L`

Hm, I see now.

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

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

Reply via email to