test/compiler/intrinsics/mathexact/AddExactILoopDependentTest.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 AddExactILoopDependentTest.java Verify.java 28 * @compile AddExactILoopDependentTest.java Verify.java
29 * @run main AddExactILoopDependentTest 29 * @run main AddExactILoopDependentTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
30 * 30 *
31 */ 31 */
32 32
33 public class AddExactILoopDependentTest { 33 public class AddExactILoopDependentTest {
34 public static void main(String[] args) { 34 public static void main(String[] args) {

mercurial