On Tue, 23 Jun 2026 12:28:35 GMT, Jaikiran Pai <[email protected]> wrote:
> Can I please get a review of this test-only clean backport to JDK 27, of the > recently integrated https://github.com/openjdk/jdk/pull/31369? > > GZIPInputStream has seen some updates in recent times. This test has been > introduced in JDK mainline to exercise the current behaviour of that class > and prevent and unexpected regressions going forward with any changes in this > area. It will be good to have this in the JDK 27 branch too, where this test > continues to pass. > > --------- > - [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: c28c951c Author: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/c28c951c0d34228e0a9bd575a3cf884a6a2d9173 Stats: 406 lines in 1 file changed: 406 ins; 0 del; 0 mod 8385891: Introduce a test for GZIPInputStream whose underlying stream is a blocking InputStream Reviewed-by: lancea Backport-of: 7ca9ae1dfe0ae7d786b8cf0957cd1f777da5642c ------------- PR: https://git.openjdk.org/jdk/pull/31632
