On Tue, 19 Apr 2022 00:14:06 GMT, Valerie Peng <[email protected]> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update signatures for native code
>
> src/jdk.crypto.cryptoki/unix/native/libj2pkcs11/p11_md.c line 274:
>
>> 272: ModuleData *moduleData = jlong_to_ptr(ckpNativeData);
>> 273:
>> 274: if (moduleData != NULL && moduleData->hModule != NULL) {
>
> The moduleData != NULL check seems to duplicate with the line 271? Otherwise
> looks fine.
Hm, I see. Updated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8248