8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap

Reviewed-by: rriggs, mdoerr, sgehwolf
This commit is contained in:
Goetz Lindenmaier 2024-03-20 07:20:49 +00:00
parent a68f5d7331
commit eebcc2181f

@ -31,7 +31,7 @@
* @test
* @summary This exercises String#repeat patterns with 16 * 1024 * 1024 repeats.
* @requires os.maxMemory >= 2G
* @requires !(os.family == "windows" & sun.arch.data.model == "32")
* @requires vm.bits == "64"
* @run main/othervm -Xmx2g StringRepeat 16777216
*/