RFR: JDK-8291509 Minor cleanup could be done in sun.security [v3]
Mark Powers
mpowers at openjdk.org
Tue Aug 30 21:29:14 UTC 2022
On Tue, 30 Aug 2022 20:10:43 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Mark Powers has updated the pull request incrementally with one additional commit since the last revision:
>>
>> white space
>
> src/java.base/share/classes/sun/security/jca/ProviderList.java line 672:
>
>> 670: "SHA3-384", "SHA3-512" };
>> 671: private static final String[] HmacSHA3Group = { "HmacSHA3-224",
>> 672: "HmacSHA3-256", "HmacSHA3-384", "HmacSHA3-512"};
>
> Shall I change these `static final` fields to UPPERCASE?
Why?
-------------
PR: https://git.openjdk.org/jdk/pull/9972
More information about the security-dev
mailing list