RFR: 8290899: java/lang/String/StringRepeat.java test requests too much heap on windows x86

Sergey Bylokhov serb at openjdk.org
Tue Dec 13 09:07:07 UTC 2022


On Tue, 13 Dec 2022 07:58:36 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> What you have looks okay if only Windows 32-bit is skipped but it might be simpler to just require sun.arch.data.model == "64" so that it only runs on 64-bit systems.

Right, but one of the fix for this test explicitly added support for x86
https://bugs.openjdk.org/browse/JDK-8221400
And on Linux x86 this test works fine.

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

PR: https://git.openjdk.org/jdk/pull/11639


More information about the core-libs-dev mailing list