Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8232840: java/math/BigInteger/largeMemory/SymmetricRangeTests.java fa…
…ils due to "OutOfMemoryError: Requested array size exceeds VM limit"

Reviewed-by: alanb
  • Loading branch information
Fernando Guallini authored and Alan Bateman committed Oct 1, 2020
1 parent 8fda5b8 commit cfd41c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/jdk/ProblemList-Xcomp.txt
Expand Up @@ -28,4 +28,3 @@
#############################################################################

java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
java/math/BigInteger/largeMemory/SymmetricRangeTests.java 8232840 generic-all
Expand Up @@ -26,7 +26,7 @@
* @bug 6910473 8021204 8021203 9005933 8074460 8078672
* @summary Test range of BigInteger values (use -Dseed=X to set PRNG seed)
* @library /test/lib
* @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
* @requires (sun.arch.data.model == "64" & os.maxMemory >= 10g)
* @run main/timeout=180/othervm -Xmx8g -XX:+CompactStrings SymmetricRangeTests
* @author Dmitry Nadezhin
* @key randomness
Expand Down

1 comment on commit cfd41c0

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on cfd41c0 Oct 1, 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.