hotspot/test/compiler/intrinsics/mathexact/DecExactLTest.java
changeset 21921 e593aa83194e
parent 21920 7b7c52305d6a
child 22911 ff49c48c887d
equal deleted inserted replaced
21920:7b7c52305d6a 21921:e593aa83194e
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8026844
    26  * @bug 8026844
    27  * @summary Test decrementExact
    27  * @summary Test decrementExact
    28  * @compile DecExactITest.java Verify.java
    28  * @compile DecExactLTest.java Verify.java
    29  * @run main DecExactITest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
    29  * @run main DecExactLTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
    30  *
    30  *
    31  */
    31  */
    32 
    32 
    33 public class DecExactLTest {
    33 public class DecExactLTest {
    34     public static long[] values = {1, 1, 1, 1};
    34     public static long[] values = {1, 1, 1, 1};