On Mon, 18 May 2026 08:54:48 GMT, Alan Bateman <[email protected]> wrote:
>> Jaikiran Pai has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains 19 additional >> commits since the last revision: >> >> - Alan's review - update the class level doc >> - merge latest from master branch >> - merge latest from master branch >> - merge latest from master branch >> - minor adjustments >> - Lance's review >> - merge latest from master branch >> - introduce test to verify read() throws IOException when invoked on closed >> stream >> - specify existing behaviour of throwing IOException when stream is already >> closed >> - merge latest from master branch >> - ... and 9 more: https://git.openjdk.org/jdk/compare/69f0ce02...40a57962 > > src/java.base/share/classes/java/util/zip/GZIPInputStream.java line 42: > >> 40: * The GZIP file format is specified by RFC 1952. The format, as >> specified in section 2.2 of >> 41: * the RFC, consists of a series of "members" that appear one after >> another in the stream with >> 42: * no additional information before, between, or after. Each member >> consists of a header, > > "or after" -> "or after them" ? Fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30925#discussion_r3298288428
