Skip to content

Commit

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

8232922: Add java/math/BigInteger/largeMemory/SymmetricRangeTests.java to ProblemList-Xcomp

Backport-of: cfd41c0
  • Loading branch information
GoeLin committed Jul 4, 2023
1 parent 8528c52 commit f321deb
Showing 1 changed file with 1 addition and 1 deletion.
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 f321deb

@openjdk-notifier
Copy link

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.