test/compiler/intrinsics/mathexact/NestedMathExactTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/intrinsics/mathexact/NestedMathExactTest.java

test/compiler/intrinsics/mathexact/NestedMathExactTest.java

Print this page
rev 5680 : 8028997: mathexact intrinsics are unstable
Reviewed-by: duke

*** 24,34 **** /* * @test * @bug 8027444 * @summary Test nested loops * @compile NestedMathExactTest.java ! * @run main NestedMathExactTest * */ public class NestedMathExactTest { public static final int LIMIT = 100; --- 24,34 ---- /* * @test * @bug 8027444 * @summary Test nested loops * @compile NestedMathExactTest.java ! * @run main NestedMathExactTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ public class NestedMathExactTest { public static final int LIMIT = 100;
test/compiler/intrinsics/mathexact/NestedMathExactTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File