RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v5]

Amit Kumar amitkumar at openjdk.org
Thu Apr 27 17:06:00 UTC 2023


On Thu, 27 Apr 2023 16:08:10 GMT, Andrey Turbanov <aturbanov at openjdk.org> 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


More information about the core-libs-dev mailing list