On Thu, 2 Feb 2023 08:27:55 GMT, Amit Kumar <d...@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 While building itself, i got this output: Creating jdk.jlink.jmod zlib version is 1.2.13 zlib compiler flags are 169 Creating java.base.jmod zlib version is 1.2.13 zlib compiler flags are 169 Creating jdk image Creating CDS archive for jdk image for server Creating CDS-NOCOOPS archive for jdk image for server Stopping javac server Finished building target 'images' in configuration 'linux-s390x-server-fastdebug' There is some tweak in `zlib` being used on s390. You may see it here: https://github.com/iii-i/zlib/commit/113203437eda67261848b14b6c80a33ff7e33d34 ------------- PR: https://git.openjdk.org/jdk/pull/12283