On Fri, 29 May 2026 15:59:23 GMT, Jaikiran Pai <[email protected]> wrote:

>> Can I please get a review of this doc and test-only change for 
>> https://bugs.openjdk.org/browse/JDK-8322256?
>> 
>> The `java.util.zip.GZIPInputStream` has been in the JDK since Java 1.1. 
>> However, its specification hasn't been clear on how it behaves, especially 
>> when a `InputStream` consists of more than one GZIP member. 
>> 
>> The commit in this PR updates the specification of this class to match its 
>> current (long standing) implementation.
>> 
>> A new jtreg test has been introduced to verify this behaviour.
>> 
>> I'll draft a CSR shortly.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Jaikiran Pai has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   minor doc adjustment

The CSR has been approved. Thank you everyone for the inputs and help in coming 
up with the right text for the specification. I'll integrate this tomorrow.

> For JDK 27, introduce a system property that controls the reliable handling 
> of streams with more than one member. ...

Work on this is currently in progress. I will open a JBS issue (and CSR) in the 
next few days.

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

PR Comment: https://git.openjdk.org/jdk/pull/30925#issuecomment-4594069693

Reply via email to