test/jdk/java/math/BigInteger/SymmetricRangeTests.java
changeset 55132 4c1b0b71c629
parent 47216 71c04702a3d5
equal deleted inserted replaced
55131:9889f5e3ba00 55132:4c1b0b71c629
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
       
    26  * @library /test/lib
    26  * @ignore This test has huge memory requirements
    27  * @ignore This test has huge memory requirements
    27  * @library /test/lib
       
    28  * @run main/timeout=180/othervm -Xmx8g SymmetricRangeTests
    28  * @run main/timeout=180/othervm -Xmx8g SymmetricRangeTests
    29  * @bug 6910473 8021204 8021203 9005933 8074460 8078672
    29  * @bug 6910473 8021204 8021203 9005933 8074460 8078672
    30  * @summary Test range of BigInteger values (use -Dseed=X to set PRNG seed)
    30  * @summary Test range of BigInteger values (use -Dseed=X to set PRNG seed)
    31  * @author Dmitry Nadezhin
    31  * @author Dmitry Nadezhin
    32  * @key randomness
    32  * @key randomness