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

test/compiler/intrinsics/mathexact/NegExactILoopDependentTest.java

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

*** 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())); --- 24,34 ---- /* * @test * @bug 8026844 * @summary Test negExact loop dependent * @compile NegExactILoopDependentTest.java Verify.java ! * @run main NegExactILoopDependentTest * */ 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