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

test/compiler/intrinsics/mathexact/CompareTest.java

Print this page
rev 5902 : 8027754: Enable loop optimizations for loops with MathExact inside

*** 24,34 **** /* * @test * @bug 8026722 * @summary Verify that the compare after addExact is a signed compare * @compile CompareTest.java ! * @run main CompareTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ public class CompareTest { public static long store = 0; --- 24,34 ---- /* * @test * @bug 8026722 * @summary Verify that the compare after addExact is a signed compare * @compile CompareTest.java ! * @run main/othervm CompareTest * */ public class CompareTest { public static long store = 0;
test/compiler/intrinsics/mathexact/CompareTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File