RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Amit Kumar
duke at openjdk.org
Thu Feb 2 08:27:55 UTC 2023
> DeInflate.java test fails on s390x platform because size for out1 array which is responsible for storing the compressed data is insufficient. And being unable to write whole compressed data on array, on s390 whole data can't be recovered after compression. So this fix increase Array size (for s390).
Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
change acc to Alan comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12283/files
- new: https://git.openjdk.org/jdk/pull/12283/files/7957c02b..5a7fa279
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12283&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12283&range=00-01
Stats: 20 lines in 1 file changed: 15 ins; 2 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/12283.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12283/head:pull/12283
PR: https://git.openjdk.org/jdk/pull/12283
More information about the core-libs-dev
mailing list