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

*** 24,34 **** --- 24,34 ---- /* * @test * @bug 8026844 * @summary Test negExact loop dependent * @compile NegExactILoopDependentTest.java Verify.java ! * @run main NegExactILoopDependentTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ public class NegExactILoopDependentTest { public static void main(String[] args) { Verify.LoopDependentTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));

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