On Tue, 13 Dec 2022 00:06:00 GMT, Sergey Bylokhov <s...@openjdk.org> 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 "os.maxMemory >= 2G" was 
> added
> 
> Unfortunately, this test still may fail on Windows x86 due to: `Could not 
> reserve enough space for xxx object heap.`
> 
> This is a request to exclude it on win x86 since that JDK cannot allocate 2g.

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?

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

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

Reply via email to