RFR: 8252739: Deflater.setDictionary(byte[], int off, int len) ignores the starting offset for the dictionary [v5]
Lance Andersen
lancea at openjdk.java.net
Tue Sep 22 20:57:00 UTC 2020
> Hi all,
>
> Please review the fix for JDK-8252739 which addresses an issue introduced by
> https://bugs.openjdk.java.net/browse/JDK-8225189, where Deflater.c ignored the offset specified by
> Deflater.setDictionary. Mach5 jdk-tier1, jdk-tier2, jdk-tier3 runs cleanly as well as the java/util/zip and
> java/util/jar JCK tests.
Lance Andersen has updated the pull request incrementally with one additional commit since the last revision:
Add additional offset test cases in DeflaterDictionaryTests.java
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/269/files
- new: https://git.openjdk.java.net/jdk/pull/269/files/f34a6702..a37d9d28
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=269&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=269&range=03-04
Stats: 59 lines in 1 file changed: 55 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/269.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/269/head:pull/269
PR: https://git.openjdk.java.net/jdk/pull/269
More information about the core-libs-dev
mailing list