On Tue, 30 Aug 2022 09:55:18 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> src/java.base/share/native/libzip/zlib/zlib.h line 756: >> >>> 754: If this is done, the old level and strategy will be applied to the >>> data >>> 755: compressed before deflateParams(), and the new level and strategy >>> will be >>> 756: applied to the data compressed after deflateParams(). >> >> This is an issue for the upstream zlib project, we probably don't want to >> change it here. > > Agree. See > https://github.com/madler/zlib/commit/5752b171fd4cc96b8d1f9526ec1940199c6e9740 > which is in the zlib development branch and addresses a wide range of typos. OK. I backed out the change to zlib. ------------- PR: https://git.openjdk.org/jdk/pull/10029