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 5680 : 8028997: mathexact intrinsics are unstable
Reviewed-by: duke

*** 24,34 **** /* * @test * @bug 8026844 * @summary Test loop dependent multiplyExact * @compile MulExactILoopDependentTest.java Verify.java ! * @run main MulExactILoopDependentTest * */ 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 MulExactILoopDependentTest -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ 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