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

test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java

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

*** 24,34 **** /* * @test * @bug 8026844 * @summary Test loop dependent multiplyExact * @compile MulExactILoopDependentTest.java Verify.java ! * @run main MulExactILoopDependentTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ public class MulExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.MulExactI()); --- 24,34 ---- /* * @test * @bug 8026844 * @summary Test loop dependent multiplyExact * @compile MulExactILoopDependentTest.java Verify.java ! * @run main/othervm MulExactILoopDependentTest * */ public class MulExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.MulExactI());
test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File