RFR: 8376403: Avoid loading ArrayDeque in java.util.zip.ZipFile [v4]

Jaikiran Pai jpai at openjdk.org
Thu Feb 26 11:11:49 UTC 2026


On Fri, 20 Feb 2026 12:41:49 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Please give me a few more days to approve this PR. I remember there was some discussion around the Inflater cache usage and how it may impact the performance. In this PR we have changed the policy on which Inflater we hand out from the cache, I would like to make sure that it doesn't have any unforeseen impact.

In my manual tests, I haven't found this to cause any noticeable impact. I think this change is OK to be integrated.

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

PR Comment: https://git.openjdk.org/jdk/pull/29430#issuecomment-3965907234


More information about the core-libs-dev mailing list