jdk/test/java/math/BigInteger/SymmetricRangeTests.java
changeset 24030 1b54fabeee2e
parent 21420 a56f40ab71ce
child 29371 6f7f029a6b63
equal deleted inserted replaced
24029:999562dbc988 24030:1b54fabeee2e
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * This test is intentionally ignored because of huge memory requirements
    25  * @test
    26  * @ test
    26  * @ignore This test has huge memory requirements
    27  * @run main/timeout=180/othervm -Xmx8g SymmetricRangeTests
    27  * @run main/timeout=180/othervm -Xmx8g SymmetricRangeTests
    28  * @bug 6910473 8021204 8021203 9005933
    28  * @bug 6910473 8021204 8021203 9005933
    29  * @summary Test range of BigInteger values
    29  * @summary Test range of BigInteger values
    30  * @author Dmitry Nadezhin
    30  * @author Dmitry Nadezhin
    31  */
    31  */