Integrated: 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 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
This pull request has now been integrated.
Changeset: 9623d5bb
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9623d5bb46d14018a2b777fb7ffed6c66d912c84
Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod
8275265: java/nio/channels tests needing large heap sizes fail on x86_32
Reviewed-by: alanb, bpb
-------------
PR: https://git.openjdk.java.net/jdk/pull/5942
More information about the nio-dev
mailing list