hotspot/test/compiler/intrinsics/mathexact/NestedMathExactTest.java
changeset 21920 7b7c52305d6a
parent 21208 2ae445f57ac6
child 22911 ff49c48c887d
equal deleted inserted replaced
21907:dc526f991405 21920:7b7c52305d6a
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8027444
    26  * @bug 8027444
    27  * @summary Test nested loops
    27  * @summary Test nested loops
    28  * @compile NestedMathExactTest.java
    28  * @compile NestedMathExactTest.java
    29  * @run main NestedMathExactTest
    29  * @run main NestedMathExactTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
    30  *
    30  *
    31  */
    31  */
    32 
    32 
    33 public class NestedMathExactTest {
    33 public class NestedMathExactTest {
    34     public static final int LIMIT = 100;
    34     public static final int LIMIT = 100;