On Wed, 26 Aug 2026 13:51:29 GMT, Weijun Wang <[email protected]> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> changed try catch to if statements
>
> test/jdk/sun/security/util/DerInputBuffer/TimeParsing.java line 132:
>
>> 130: Date d1 = decodeUTC(b);
>> 131: Instant d1Instant = decodeUTCInstant(b);
>> 132: if (!d0.equals(d1) && !d1.toInstant().equals(d1Instant)) {
>
> Should this be `||`?
Yes, thanks for noticing, fixed in the next commit
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30047#discussion_r3939983046