RFR: 8275265: java/nio/channels tests needing large heap sizes fail on x86_32
Jie Fu
jiefu at openjdk.java.net
Thu Oct 14 23:16:59 UTC 2021
On Thu, 14 Oct 2021 15:24:15 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Hi all,
>>
>> java/nio/channels/FileChannel/LargeGatheringWrite.java and java/nio/channels/Channels/ReadXBytes.java fail on x86_32.
>>
>> This is because they require `-Xmx4G` and `-Xmx8G`, which are invalid on 32-bit platforms.
>> So let's exclude them on 32-bit platforms.
>>
>> Thanks.
>> Best regards,
>> Jie
>
> Marked as reviewed by bpb (Reviewer).
Thanks @bplb .
-------------
PR: https://git.openjdk.java.net/jdk/pull/5942
More information about the nio-dev
mailing list