On Fri, 24 Feb 2023 01:26:41 GMT, Ian Graves <igra...@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