JDK-8151848 : Higher native memory usage caused by upgrade to zlib 1.2.8
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Affected Version: 7u80,8u20,9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-03-14
  • Updated: 2017-07-06
  • Resolved: 2017-07-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_minorResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Upstream change in zlib (https://github.com/madler/zlib/commit/421c7a61f08ff255bf898f0e687b7d7c8fbdae77#diff-327188edf18799ffbb5a51cc69f797e8 ) causes higher memory usage on inflate operations with Z_PARTIAL_FLUSH flag. To restore the previous memory consumption behaviour inflate should be called using Z_FINISH flag.