On Sun, 20 Sep 2020 18:03:02 GMT, Lance Andersen <lan...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 812b39f5 Author: Lance Andersen <lan...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/812b39f5 Stats: 253 lines in 2 files changed: 0 ins; 252 del; 1 mod 8252739: Deflater.setDictionary(byte[], int off, int len) ignores the starting offset for the dictionary Reviewed-by: uschindler, alanb ------------- PR: https://git.openjdk.java.net/jdk/pull/269