test/hotspot/jtreg/compiler/c2/Test6603011.java
changeset 49486 a3f1db30ab85
parent 47216 71c04702a3d5
equal deleted inserted replaced
49485:dcdbb98f4086 49486:a3f1db30ab85
    26  * @bug 6603011
    26  * @bug 6603011
    27  * @summary long/int division by constant
    27  * @summary long/int division by constant
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  * @library /test/lib
    29  * @library /test/lib
    30  *
    30  *
    31  * @run main/othervm -Xcomp -Xbatch -XX:-Inline compiler.c2.Test6603011
    31  * @run main/othervm/timeout=480 -Xcomp -Xbatch -XX:-Inline compiler.c2.Test6603011
    32  */
    32  */
    33 
    33 
    34 //
    34 //
    35 // -XX:-Inline is essential to this test so that verification functions
    35 // -XX:-Inline is essential to this test so that verification functions
    36 //   divi, modi, divl and modl generate "plain" divides.
    36 //   divi, modi, divl and modl generate "plain" divides.