Skip to content

Commit

Permalink
8328524: [x86] StringRepeat.java failure on linux-x86: Could not rese…
Browse files Browse the repository at this point in the history
…rve enough space for 2097152KB object heap
  • Loading branch information
GoeLin committed Mar 19, 2024
1 parent 5b6b514 commit 7c2c0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/lang/String/StringRepeat.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit 7c2c0d1

Please sign in to comment.