RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v14]

Mandy Chung mchung at openjdk.org
Fri Feb 24 03:55:11 UTC 2023


On Fri, 24 Feb 2023 01:26:41 GMT, Ian Graves <igraves at openjdk.org> wrote:

>> This is an approach to adding a flag to jlink that will allow --compress to take the same types of arguments as jmod, thus bringing the two into alignment. This likely requires a CSR and a discussion on whether we should deprecate or simply remove the original numeric compression arguments.
>
> Ian Graves has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Additional cleanup

Marked as reviewed by mchung (Reviewer).

src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties line 74:

> 72: 
> 73: compress.warn.argumentdeprecated=\
> 74: Warning: The {0} argument for --compress is deprecated and may be removed from a future release

Suggestion:

Warning: The {0} argument for --compress is deprecated and may be removed in a future release


Sorry missed this in the previous round.  `s/from/in`

-------------

PR: https://git.openjdk.org/jdk/pull/11617


More information about the core-libs-dev mailing list