On Wed, 26 Apr 2023 20:29:41 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Amit Kumar has updated the pull request incrementally with one additional >> commit since the last revision: >> >> removes out1,out2 parameters > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/12283#discussion_r1178583085