Skip to content

Commit

Permalink
8253583: java/util/StringJoiner tests failing on 32-bit VMs after JDK…
Browse files Browse the repository at this point in the history
…-8246697

Reviewed-by: alanb, tschatzl
  • Loading branch information
shipilev committed Sep 24, 2020
1 parent b1e2f02 commit dd2c456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/jdk/java/util/StringJoiner/MergeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @bug 8017231 8020977 8054221
* @summary test StringJoiner::merge
* @modules java.base/jdk.internal.util
* @requires os.maxMemory > 4G
* @requires vm.bits == "64" & os.maxMemory > 4G
* @run testng/othervm -Xmx4g -XX:+CompactStrings MergeTest
*/

Expand Down
2 changes: 1 addition & 1 deletion test/jdk/java/util/StringJoiner/StringJoinerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @bug 5015163 7172553 8249258
* @summary tests StringJoinerTest
* @modules java.base/jdk.internal.util
* @requires os.maxMemory > 4G
* @requires vm.bits == "64" & os.maxMemory > 4G
* @run testng/othervm -Xmx4g -XX:+CompactStrings StringJoinerTest
* @author Jim Gish
*/
Expand Down

1 comment on commit dd2c456

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on dd2c456 Sep 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.