RFR: 8257887: java/foreign/TestSegments.java test fails on 32-bit after JDK-8257186

Jie Fu jiefu at openjdk.java.net
Wed Dec 9 23:16:34 UTC 2020


On Wed, 9 Dec 2020 18:57:52 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> Lowering the mx size to 3G works - and I believe should work on 32bits too? Disabling the entire test seems a bit overkill IMHO.

I think -Xmx3G may be still easily broken on some 32-bit platforms since 3G >> 3800 / 2 =1900M.

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

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


More information about the core-libs-dev mailing list