Bug 2280757
Summary: | zlibng produces different results in openjdk compressed files | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Antonio Vieiro <avieirov> |
Component: | zlib-ng | Assignee: | Tulio Magno Quites Machado Filho <tuliom> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 40 | CC: | aekoroglu, code, ljavorsk, tuliom |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-05-16 09:16:53 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Attachments: |
Description
Antonio Vieiro
2024-05-16 08:35:57 UTC
Created attachment 2033505 [details]
The "pack200 --repack golden.jar" when pack200 is not using zlibng
Created attachment 2033506 [details]
The "pack200 --repack golden.jar" when pack200 is using zlibng
Created attachment 2033507 [details]
The result of "zipdump" on the bundled generated .jar file.
Created attachment 2033508 [details]
The result of "zipdump" on the system generated jar file.
Created attachment 2033509 [details]
Comparing zipdump generated files with diff zipdump-bundled.txt zipdump-system.txt > zip-diffs.txt
After some research the bug is not generated by zlibng. It's just that zlibng compresses entries with different ratios than zlib. The tests in the OpenJDK should be updated to not take into account the sizes of the generated files instead. Apologies for the noise! |