RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
alanb at openjdk.org
Tue Jan 31 09:02:56 UTC 2023
On Mon, 30 Jan 2023 08:38:15 GMT, Amit Kumar <duke at openjdk.org> wrote:
> m=525312, n=498060, len=524288, eq=false
The test doesn't print this so I assume this is tracing that you added in your runs. If I read it correctly, the initial input is len=524288, it deflates to m=525312, then re-inflates to n=498060. So it looks like it has been truncated. Would it be possible to print out the value of inf.getRemaining()? I'm wondering if the test needs to be changed to call inflate in a loop until there are no remaining bytes.
-------------
PR: https://git.openjdk.org/jdk/pull/12283
More information about the core-libs-dev
mailing list