RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v3]
Jaikiran Pai
jpai at openjdk.org
Thu Apr 27 06:52:25 UTC 2023
On Thu, 27 Apr 2023 03:17:25 GMT, Amit Kumar <amitkumar at 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
More information about the core-libs-dev
mailing list