Skip to content

Commit dd2c456

Browse files
committed
8253583: java/util/StringJoiner tests failing on 32-bit VMs after JDK-8246697
Reviewed-by: alanb, tschatzl
1 parent b1e2f02 commit dd2c456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jdk/java/util/StringJoiner/MergeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @bug 8017231 8020977 8054221
2727
* @summary test StringJoiner::merge
2828
* @modules java.base/jdk.internal.util
29-
* @requires os.maxMemory > 4G
29+
* @requires vm.bits == "64" & os.maxMemory > 4G
3030
* @run testng/othervm -Xmx4g -XX:+CompactStrings MergeTest
3131
*/
3232

test/jdk/java/util/StringJoiner/StringJoinerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @bug 5015163 7172553 8249258
2626
* @summary tests StringJoinerTest
2727
* @modules java.base/jdk.internal.util
28-
* @requires os.maxMemory > 4G
28+
* @requires vm.bits == "64" & os.maxMemory > 4G
2929
* @run testng/othervm -Xmx4g -XX:+CompactStrings StringJoinerTest
3030
* @author Jim Gish
3131
*/

0 commit comments

Comments
 (0)