RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v2]
Ian Graves
igraves at openjdk.org
Mon Jan 9 20:48:55 UTC 2023
On Thu, 15 Dec 2022 06:45:22 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> Ian Graves has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Swapping deprecations in properties
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/ZipPlugin.java line 49:
>
>> 47:
>> 48: private static final int DEFAULT_COMPRESSION = 6;
>> 49: private int compressionLevel;
>
> Perhaps we could mark this as `final`?
Agreed
-------------
PR: https://git.openjdk.org/jdk/pull/11617
More information about the core-libs-dev
mailing list