On Mon, 21 Feb 2022 07:50:22 GMT, John Jiang <jji...@openjdk.org> wrote:
>> sun.security.util.ECParameters class supports three AlgorithmParameterSpec >> types, exactly ECParameterSpec, ECGenParameterSpec and >> ECKeySizeParameterSpec, however the InvalidParameterSpecException messages >> missed ECKeySizeParameterSpec. > > John Jiang has updated the pull request incrementally with one additional > commit since the last revision: > > update format src/java.base/share/classes/sun/security/util/ECParameters.java line 26: > 24: */ > 25: > 26: package java.security; Hello @johnshajiang, was this change to the package name intentional? Looking at the description in the JBS issue, this looks like an accidental change, isn't it? ------------- PR: https://git.openjdk.java.net/jdk/pull/7550