RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v3]
Amit Kumar
amitkumar at openjdk.org
Thu Apr 27 03:30:53 UTC 2023
On Wed, 26 Apr 2023 20:29:41 GMT, Lance Andersen <lancea at 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
More information about the core-libs-dev
mailing list