On Mon, 14 Mar 2022 21:08:30 GMT, Weijun Wang <[email protected]> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update again and undo DSA changes
>
> src/java.base/share/classes/sun/security/util/SecurityProviderConstants.java
> line 121:
>
>> 119: v = max;
>> 120: }
>> 121: } catch (NullPointerException | NoSuchAlgorithmException
>> ne) {
>
> There is no need to mention NPE.
Sure.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7652