comparison test/compiler/intrinsics/mathexact/NestedMathExactTest.java @ 13421:9949533a8623

8028997: mathexact intrinsics are unstable Reviewed-by: iveresov, kvn
author rbackman
date Fri, 22 Nov 2013 14:14:26 +0100
parents 60a32bb8ff99
children cd5d10655495
comparison
equal deleted inserted replaced
13408:b6b9a5d4cda0 13421:9949533a8623
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;