RFR: 8346232: Remove leftovers of the jar --normalize feature
Jaikiran Pai
jpai at openjdk.org
Mon Dec 16 11:44:39 UTC 2024
On Sat, 14 Dec 2024 12:22:15 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:
> Please review this cleanup PR which removes a property and a code comment left behind after the `jar --normalize` feature was removed in JDK 14.
>
> The feature was deprecated in JDK-8199871 and removed in JDK-8234542, along with removal of Pack200 tools and APIs.
>
> This PR removes the now unused `main.help.opt.create.normalize` property and a code comment in `Main.java` referencing normalization.
This looks fine to me.
-------------
Marked as reviewed by jpai (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22751#pullrequestreview-2505948914
More information about the compiler-dev
mailing list