We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9d090 commit 44825a0Copy full SHA for 44825a0
test/jdk/java/lang/String/StringRepeat.java
@@ -31,7 +31,7 @@
31
* @test
32
* @summary This exercises String#repeat patterns with 16 * 1024 * 1024 repeats.
33
* @requires os.maxMemory >= 2G
34
- * @requires !(os.family == "windows" & sun.arch.data.model == "32")
+ * @requires vm.bits == "64"
35
* @run main/othervm -Xmx2g StringRepeat 16777216
36
*/
37
0 commit comments