JDK-8215472 : (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
Type:Bug
Component:core-libs
Sub-Component:java.nio
Affected Version:11,12,13
Priority:P4
Status:Closed
Resolution:Fixed
Submitted:2018-12-17
Updated:2021-11-19
Resolved:2018-12-19
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.
Some cleanups for the implementation classes of jdk.zipfs and zip related tests could be identified.
Comments
Fix Request (12u, 11u)
This cleanup, among other things, resolves the memory footprint issue that OOMs tools/pack200/Pack200Props.java on x86_32 in 11u and 12u. Patch applies cleanly, jdk/nio/zipfs tests pass on both x86_32 and x86_64, and Pack200Props starts to pass on x86_32.
10-04-2019
This resolves the OOME in tools/pack200/Pack200Props.java test, caused by JDK-8034802. Marking for backports.