RFR: 8346232: Remove leftovers of the jar --normalize feature
Alan Bateman
alanb at openjdk.org
Mon Dec 16 07:36:37 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.
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22751#pullrequestreview-2505358247
More information about the compiler-dev
mailing list