test/compiler/intrinsics/mathexact/AddExactINonConstantTest.java

changeset 6152
9949533a8623
parent 5997
59e8ad757e19
child 6375
085b304a1cc5
equal deleted inserted replaced
6139:b6b9a5d4cda0 6152:9949533a8623
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8024924 26 * @bug 8024924
27 * @summary Test non constant addExact 27 * @summary Test non constant addExact
28 * @compile AddExactINonConstantTest.java Verify.java 28 * @compile AddExactINonConstantTest.java Verify.java
29 * @run main AddExactINonConstantTest 29 * @run main AddExactINonConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
30 * 30 *
31 */ 31 */
32 32
33 public class AddExactINonConstantTest { 33 public class AddExactINonConstantTest {
34 public static void main(String[] args) { 34 public static void main(String[] args) {

mercurial