RFR: 8275265: java/nio/channels tests needing large heap sizes fail on x86_32

Brian Burkhalter bpb at openjdk.java.net
Thu Oct 14 15:26:46 UTC 2021


On Thu, 14 Oct 2021 07:12:17 GMT, Jie Fu <jiefu 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).

-------------

PR: https://git.openjdk.java.net/jdk/pull/5942


More information about the nio-dev mailing list