RFR: 8293499: Provide jmod compression level option

Aleksey Shipilev shade at openjdk.org
Mon Sep 12 10:30:44 UTC 2022


On Mon, 12 Sep 2022 10:13:12 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> Could we word this so that the accepted values is compression-dependent? The value appears to be ignored for `--compress=0|1` (should it throw if specified or not specified to, say, 0?). We might also add other compressions in the future which allows a wider or narrower range of compression levels (zstd uses 0 - 22).

Um, this is `jmod`, it does not have `--compress=...` option? `jlink` does. So, I don't quite understand this comment :)

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

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


More information about the core-libs-dev mailing list