hotspot/test/compiler/intrinsics/mathexact/SubExactIRepeatTest.java
changeset 21920 7b7c52305d6a
parent 21105 47618ee96ed5
child 22911 ff49c48c887d
equal deleted inserted replaced
21907:dc526f991405 21920:7b7c52305d6a
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8026844
    26  * @bug 8026844
    27  * @summary Test repeating subtractExact
    27  * @summary Test repeating subtractExact
    28  * @compile SubExactIRepeatTest.java Verify.java
    28  * @compile SubExactIRepeatTest.java Verify.java
    29  * @run main SubExactIRepeatTest
    29  * @run main SubExactIRepeatTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
    30  *
    30  *
    31  */
    31  */
    32 
    32 
    33 import java.lang.ArithmeticException;
    33 import java.lang.ArithmeticException;
    34 
    34