RFR: 8257885: [TESTBUG] java/foreign/TestSegments.java fails on x86_32
Aleksey Shipilev
shade at openjdk.java.net
Tue Dec 8 10:20:18 UTC 2020
On Tue, 8 Dec 2020 09:22:05 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> > `-Xm3800M` could still fail on many 32-bit systems, for example where native libraries are located in the middle of address space. I think it is safer to `@require` it. In fact, I did it an hour ago here #1688 :)
>
> The test just limits the maximum memory to be used, not the minimum memory.
> So I think the foreign api should also work on 32-bit platforms.
Well, I think the test still fails with your fix: https://github.com/DamonFool/jdk/runs/1516430124 -- as I suspected it would :(
-------------
PR: https://git.openjdk.java.net/jdk/pull/1689
More information about the core-libs-dev
mailing list