RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
alanb at openjdk.org
Tue Aug 16 09:58:34 UTC 2022
On Tue, 16 Aug 2022 09:15:03 GMT, Volker Simonis <simonis at openjdk.org> wrote:
> And what do we want to do about JDK 19?
It's not a P1 so I don't think it's a change for the RC builds. It is a regression in 19 so we will need to create a RN-KnownIssue release note (I will do that).
I agree with Lance's suggestion to revert JDK-8281962 in JDK 19u. It might be that in the future that you want to re-do the original change for a future 19 update but I think we should give the changes in the main line time to bake.
Separately, we need a high priority issue to create tests for this area. We also need to fix the specification of the fill method as we've been discussing here.
-------------
PR: https://git.openjdk.org/jdk/pull/9881
More information about the core-libs-dev
mailing list