comparison test/compiler/intrinsics/mathexact/CompareTest.java @ 17726:085b304a1cc5

8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
author rbackman
date Thu, 23 Jan 2014 12:08:28 +0100
parents 9949533a8623
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
17725:b4ce4e9eb97d 17726:085b304a1cc5
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026722 26 * @bug 8026722
27 * @summary Verify that the compare after addExact is a signed compare 27 * @summary Verify that the compare after addExact is a signed compare
28 * @compile CompareTest.java 28 * @compile CompareTest.java
29 * @run main CompareTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics 29 * @run main CompareTest
30 * 30 *
31 */ 31 */
32 32
33 public class CompareTest { 33 public class CompareTest {
34 public static long store = 0; 34 public static long store = 0;