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).

-------------

Commit messages:
 - fixes test failure for s390

Changes: https://git.openjdk.org/jdk/pull/12283/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12283&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8299748
  Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 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

Reply via email to