comparison test/compiler/intrinsics/mathexact/SubExactINonConstantTest.java @ 13421:9949533a8623

8028997: mathexact intrinsics are unstable Reviewed-by: iveresov, kvn
author rbackman
date Fri, 22 Nov 2013 14:14:26 +0100
parents 59e8ad757e19
children cd5d10655495
comparison
equal deleted inserted replaced
13408:b6b9a5d4cda0 13421:9949533a8623
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @summary Test non constant subtractExact 27 * @summary Test non constant subtractExact
28 * @compile SubExactINonConstantTest.java Verify.java 28 * @compile SubExactINonConstantTest.java Verify.java
29 * @run main SubExactINonConstantTest 29 * @run main SubExactINonConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
30 * 30 *
31 */ 31 */
32 32
33 public class SubExactINonConstantTest { 33 public class SubExactINonConstantTest {
34 public static void main(String[] args) { 34 public static void main(String[] args) {