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. This pull request has now been integrated. Changeset: 2bb727c4 Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2bb727c4eaf8a948f17f6416a1e6fbaeade4d7ce Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8290899: java/lang/String/StringRepeat.java test requests too much heap on windows x86 Reviewed-by: jpai, phh ------------- PR: https://git.openjdk.org/jdk/pull/11639