Skip to content

Commit cfd41c0

Browse files
fgualliniAlan Bateman
authored andcommitted
8232840: java/math/BigInteger/largeMemory/SymmetricRangeTests.java fails due to "OutOfMemoryError: Requested array size exceeds VM limit"
Reviewed-by: alanb
1 parent 8fda5b8 commit cfd41c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/jdk/ProblemList-Xcomp.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@
2828
#############################################################################
2929

3030
java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
31-
java/math/BigInteger/largeMemory/SymmetricRangeTests.java 8232840 generic-all

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)