8246697: Test: java/util/StringJoiner/StringJoinerTest.java failing with OOM

Reviewed-by: iignatyev
This commit is contained in:
Jim Laskey 2020-06-05 16:34:23 -03:00
parent a46a94c431
commit 71c926c4f6
3 changed files with 4 additions and 3 deletions

View File

@ -883,7 +883,6 @@ com/sun/jdi/InvokeHangTest.java 8218463 linux-al
# jdk_util
java/util/ServiceLoader/ReloadTest.java 8242935 generic-all
java/util/StringJoiner/StringJoinerTest.java 8246697 generic-all
############################################################################

View File

@ -26,7 +26,8 @@
* @bug 8017231 8020977 8054221
* @summary test StringJoiner::merge
* @modules java.base/jdk.internal.util
* @run testng MergeTest
* @requires os.maxMemory > 4G
* @run testng/othervm -Xmx4g MergeTest
*/
import java.util.StringJoiner;

View File

@ -25,7 +25,8 @@
* @bug 5015163 7172553
* @summary tests StringJoinerTest
* @modules java.base/jdk.internal.util
* @run testng StringJoinerTest
* @requires os.maxMemory > 4G
* @run testng/othervm -Xmx4g StringJoinerTest
* @author Jim Gish
*/
import java.util.ArrayList;