We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8528c52 commit f321debCopy full SHA for f321deb
test/jdk/java/math/BigInteger/largeMemory/SymmetricRangeTests.java
@@ -26,7 +26,7 @@
26
* @bug 6910473 8021204 8021203 9005933 8074460 8078672
27
* @summary Test range of BigInteger values (use -Dseed=X to set PRNG seed)
28
* @library /test/lib
29
- * @requires (sun.arch.data.model == "64" & os.maxMemory > 8g)
+ * @requires (sun.arch.data.model == "64" & os.maxMemory >= 10g)
30
* @run main/timeout=180/othervm -Xmx8g -XX:+CompactStrings SymmetricRangeTests
31
* @author Dmitry Nadezhin
32
* @key randomness
0 commit comments