On Mon, 30 Jan 2023 08:38:15 GMT, Amit Kumar <d...@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

Reply via email to