RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Ilya Leoshkevich
duke at openjdk.org
Mon Mar 6 13:27:19 UTC 2023
On Thu, 2 Feb 2023 08:27:55 GMT, Amit Kumar <amitkumar 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).
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> change acc to Alan comments
Right, and that's the main selling point of the accelerator - it can be up to 100x faster than software (this is reached with the enwik8, mozilla and sao benchmarks).
-------------
PR: https://git.openjdk.org/jdk/pull/12283
More information about the core-libs-dev
mailing list