RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Jaikiran Pai
jpai at openjdk.org
Mon Jan 30 08:27:16 UTC 2023
On Mon, 30 Jan 2023 08:03:38 GMT, Amit Kumar <duke at openjdk.org> wrote:
> 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).
Additionally, on this system where this is failing, is the OS's zlib being used or is the JDK that is being tested have the zlib bundled within itself?
-------------
PR: https://git.openjdk.org/jdk/pull/12283
More information about the core-libs-dev
mailing list