On Fri, 24 Apr 2026 14:48:26 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).

This pull request has now been integrated.

Changeset: 207dc4e8
Author:    Jaikiran Pai <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/207dc4e82f46d5991421f5a6c66fa82048d3bc74
Stats:     293 lines in 3 files changed: 198 ins; 21 del; 74 mod

8322256: Define and document GZIPInputStream concatenated stream semantics

Reviewed-by: lancea, alanb, simonis

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

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

Reply via email to