On Tue, 19 Apr 2022 00:12:26 GMT, Brent Christian <[email protected]> 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
