-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8340529 | 21.0.6-oracle | Ravi Reddy | P4 | Resolved | Fixed | b01 |
JDK-8340612 | 21.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8340531 | 17.0.14-oracle | Ravi Reddy | P4 | Resolved | Fixed | b01 |
JDK-8340613 | 17.0.14 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
They should be updated to instead use Deflater.getBytesWritten.
Additionally, various debugging output lines claim to include the output of Deflater.getAdler, but instead output the value of Deflater.getTotalOut. We should correct this to actually print the Adler value.
This is a cleanup in preparation for deprecating Deflater.getTotalOut, see
- backported by
-
JDK-8340529 DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
-
- Resolved
-
-
JDK-8340531 DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
-
- Resolved
-
-
JDK-8340612 DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
-
- Resolved
-
-
JDK-8340613 DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
-
- Resolved
-
- relates to
-
JDK-8326152 Bad copyright header in test/jdk/java/util/zip/DeflaterDictionaryTests.java
-
- Closed
-
-
JDK-8326096 Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater
-
- Resolved
-
- links to
-
Commit openjdk/jdk/9451677d
-
Commit(master) openjdk/jdk17u-dev/8f5f8f31
-
Commit(master) openjdk/jdk21u-dev/7d52b717
-
Review openjdk/jdk/17901
-
Review(master) openjdk/jdk17u-dev/2901
-
Review(master) openjdk/jdk21u-dev/993