RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]

Volker Simonis simonis at openjdk.org
Tue Aug 16 19:45:37 UTC 2022


On Tue, 16 Aug 2022 09:53:54 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> I've updated the link in the description (sorry, copy-paste error) and opened a [JBS issue for `fill()`](https://bugs.openjdk.org/browse/JDK-8292427).
>> 
>> What else is needed to push this to HEAD?
>> 
>> And what do we want to do about JDK 19? Have you read my [last comment](https://bugs.openjdk.org/browse/JDK-8292327?focusedCommentId=14517812&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14517812) in the JBS issue`?
>
>> 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.

Thanks for the review @AlanBateman.

I'll wait with the integration until tomorrow to also give the colleagues in the US time zone a chance to look at the PR.

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

PR: https://git.openjdk.org/jdk/pull/9881


More information about the core-libs-dev mailing list