On Thu, 5 Feb 2026 19:00:12 GMT, Weijun Wang <[email protected]> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> patter matching comment
>
> src/java.base/macosx/classes/apple/security/KeychainStore.java line 411:
>
>> 409: public Date engineGetCreationDate(String alias) {
>> 410: final Instant instant = this.engineGetCreationInstant(alias);
>> 411: if (instant == null){
>
> Add a space between `null)` and `{`.
>
> Same in `JceKeyStore` and `PKCS12KeyStore`.
Fixed in the next commit
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29140#discussion_r2775016068