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

test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java

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

*** 24,34 **** /* * @test * @bug 8024924 * @summary Test non constant addExact * @compile AddExactILoopDependentTest.java Verify.java ! * @run main AddExactILoopDependentTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ public class AddExactILoopDependentTest { public static void main(String[] args) { --- 24,34 ---- /* * @test * @bug 8024924 * @summary Test non constant addExact * @compile AddExactILoopDependentTest.java Verify.java ! * @run main/othervm AddExactILoopDependentTest * */ public class AddExactILoopDependentTest { public static void main(String[] args) {
test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File