Integrated: 8323794: Remove unused jimage compressor plugin configuration
Claes Redestad
redestad at openjdk.org
Wed Jan 17 15:44:04 UTC 2024
On Tue, 16 Jan 2024 10:55:07 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> There's an unused concept of a pluginConfig that is passed into the jlink compress plugins, however we always pass null here and the code seems broken (the pluginConfig wouldn't have been stored properly). This seem to be a left-over from a more generic plugin design that never came to fruition.
>
> This PR cleans out this code from the plugins and decompressors, while keeping the compressed header format intact for backwards compatibility (and in case we want to revisit this in the future)
This pull request has now been integrated.
Changeset: 8b29e127
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8b29e127c2b030a2f63840b56c5bdecd5ee18cab
Stats: 94 lines in 13 files changed: 10 ins; 47 del; 37 mod
8323794: Remove unused jimage compressor plugin configuration
Reviewed-by: jlaskey, mchung
-------------
PR: https://git.openjdk.org/jdk/pull/17443
More information about the core-libs-dev
mailing list