RFR: 8275265: java/nio/channels tests needing large heap sizes fail on x86_32
Jie Fu
jiefu at openjdk.java.net
Thu Oct 14 12:14:48 UTC 2021
On Thu, 14 Oct 2021 07:22:07 GMT, Alan Bateman <alanb 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 alanb (Reviewer).
Thanks @AlanBateman .
Will push it tomorrow if there is no objection.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5942
More information about the nio-dev
mailing list