On Thu, 27 Apr 2023 03:17:25 GMT, Amit Kumar <amitku...@openjdk.org> wrote:
>> test/jdk/java/util/zip/DeInflate.java line 129: >> >>> 127: int m = 0; >>> 128: >>> 129: ByteArrayOutputStream baos = new ByteArrayOutputStream(len); >> >> Is there a reason a try-with-resources is not being used? > > Thanks for pointing it out. Please take a look at the latest modifications. The latest code changes look OK to me. I've added a comment about the test method comment. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/12283#discussion_r1178691247