On Mon, 24 Apr 2023 18:42:50 GMT, Eirik Bjorsnos <d...@openjdk.org> wrote:
> Please review this patch which removes the classes > `sun.security.x509.CertException` and `sun.security.x509.CertParseError`. > > These classes have been deprecated since before OpenJDK. They are internal > classes which are not supported externally and strongly encapsulated by > default. Add a `noreg` label to the issue. Otherwise, LGTM. Just for added assurance, I also ran a search on usages of these classes in Maven artifacts using an internal tool, and it found 0 matches. ------------- Marked as reviewed by mullan (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/13624#pullrequestreview-1400253611