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). ------------- Commit messages: - Backport 7ca9ae1dfe0ae7d786b8cf0957cd1f777da5642c Changes: https://git.openjdk.org/jdk/pull/31632/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31632&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8385891 Stats: 406 lines in 1 file changed: 406 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/31632.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31632/head:pull/31632 PR: https://git.openjdk.org/jdk/pull/31632
