test/compiler/intrinsics/mathexact/AddExactLConstantTest.java

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

mercurial