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 5902 : 8027754: Enable loop optimizations for loops with MathExact inside

*** 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; --- 24,34 ---- /* * @test * @bug 8027444 * @summary Test nested loops * @compile NestedMathExactTest.java ! * @run main/othervm NestedMathExactTest * */ 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