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

test/compiler/intrinsics/mathexact/GVNTest.java

Print this page
rev 5680 : 8028997: mathexact intrinsics are unstable
Reviewed-by: duke

*** 24,34 **** /* * @test * @bug 8028207 * @summary Verify that GVN doesn't mess up the two addExacts * @compile GVNTest.java ! * @run main GVNTest * */ public class GVNTest { public static int result = 0; --- 24,34 ---- /* * @test * @bug 8028207 * @summary Verify that GVN doesn't mess up the two addExacts * @compile GVNTest.java ! * @run main GVNTest -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics * */ public class GVNTest { public static int result = 0;
test/compiler/intrinsics/mathexact/GVNTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File