test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java	Thu Nov 28 09:36:43 2013
--- new/test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java	Thu Nov 28 09:36:43 2013

*** 24,34 **** --- 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());

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