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

2022-12-15 Thread Paul Hohensee
On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov wrote: > The `java/lang/String/StringRepeat.java` test was updated twice after > integration: > > https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the > xmx2g > https://bugs.openjdk.org/browse/JDK-8265421 - the

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

2022-12-15 Thread Sergey Bylokhov
On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov wrote: > The `java/lang/String/StringRepeat.java` test was updated twice after > integration: > > https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the > xmx2g > https://bugs.openjdk.org/browse/JDK-8265421 - the

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

2022-12-13 Thread Sergey Bylokhov
On Tue, 13 Dec 2022 07:58:36 GMT, Alan Bateman 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

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

2022-12-13 Thread Alan Bateman
On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov wrote: > The `java/lang/String/StringRepeat.java` test was updated twice after > integration: > > https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the > xmx2g > https://bugs.openjdk.org/browse/JDK-8265421 - the

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

2022-12-12 Thread Jaikiran Pai
On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov wrote: > The `java/lang/String/StringRepeat.java` test was updated twice after > integration: > > https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the > xmx2g > https://bugs.openjdk.org/browse/JDK-8265421 - the

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

2022-12-12 Thread Sergey Bylokhov
On Tue, 13 Dec 2022 04:54:44 GMT, Jaikiran Pai wrote: > Hello Sergey, the linked JBS issues note that this test takes at most 1400M. > Should there be some investigation into why it's failing even with 2GB > allowance? On windows x86 java fails even before the start of the test, it is just

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

2022-12-12 Thread Jaikiran Pai
On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov wrote: > The `java/lang/String/StringRepeat.java` test was updated twice after > integration: > > https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the > xmx2g > https://bugs.openjdk.org/browse/JDK-8265421 - the

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

2022-12-12 Thread Sergey Bylokhov
The `java/lang/String/StringRepeat.java` test was updated twice after integration: https://bugs.openjdk.org/browse/JDK-8221400 - the xmx4g was replaced by the xmx2g https://bugs.openjdk.org/browse/JDK-8265421 - the "os.maxMemory >= 2G" was added Unfortunately, this test still may fail on