On Thu, 27 Apr 2023 16:08:10 GMT, Andrey Turbanov <[email protected]> wrote:
>> Amit Kumar has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> comment suggestion from @jaikiran
>
> test/jdk/java/util/zip/DeInflate.java line 146:
>
>> 144: def.finish();
>> 145:
>> 146: try(ByteArrayOutputStream baos = new
>> ByteArrayOutputStream(len)) {
>
> Suggestion:
>
> try (ByteArrayOutputStream baos = new ByteArrayOutputStream(len)) {
fixed :-)
Thanks for review.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12283#discussion_r1179437598