On Wed, 16 Nov 2022 08:07:17 GMT, Andrey Turbanov <[email protected]> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> a method called by test
>
> src/java.base/share/classes/sun/security/x509/X509CertImpl.java line 1324:
>
>> 1322: throws CertificateParsingException {
>> 1323: // return cached value if we can
>> 1324: if (subjectAlternativeNames != null) {
>
> Suggestion:
>
> if (subjectAlternativeNames != null) {
Didn't notice that. Will fix. Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/11151