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

Jaikiran Pai jpai at openjdk.org
Wed Feb 8 13:20:50 UTC 2023


On Mon, 6 Feb 2023 20:12:09 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:
> 
>   Adding plugin type to force compact strings vs zip ordering

src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/CompactConstantPoolsPlugin.java line 2:

> 1: /*
> 2:  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.

Hello Ian, the copyright year here is incorrect.

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

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


More information about the core-libs-dev mailing list