Skip to content

Commit f321deb

Browse files
committed
8232840: java/math/BigInteger/largeMemory/SymmetricRangeTests.java fails due to "OutOfMemoryError: Requested array size exceeds VM limit"
8232922: Add java/math/BigInteger/largeMemory/SymmetricRangeTests.java to ProblemList-Xcomp Backport-of: cfd41c0
1 parent 8528c52 commit f321deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/math/BigInteger/largeMemory/SymmetricRangeTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @bug 6910473 8021204 8021203 9005933 8074460 8078672
2727
* @summary Test range of BigInteger values (use -Dseed=X to set PRNG seed)
2828
* @library /test/lib
29-
* @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
29+
* @requires (sun.arch.data.model == "64" & os.maxMemory >= 10g)
3030
* @run main/timeout=180/othervm -Xmx8g -XX:+CompactStrings SymmetricRangeTests
3131
* @author Dmitry Nadezhin
3232
* @key randomness

0 commit comments

Comments
 (0)