hotspot/test/compiler/intrinsics/mathexact/NegExactIConstantTest.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 constant negExact
    27  * @summary Test constant negExact
    28  * @compile NegExactIConstantTest.java Verify.java
    28  * @compile NegExactIConstantTest.java Verify.java
    29  * @run main NegExactIConstantTest
    29  * @run main NegExactIConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
    30  *
    30  *
    31  */
    31  */
    32 
    32 
    33 public class NegExactIConstantTest {
    33 public class NegExactIConstantTest {
    34     public static void main(String[] args) {
    34     public static void main(String[] args) {