comparison test/compiler/intrinsics/mathexact/SubExactLNonConstantTest.java @ 14495:cd5d10655495

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
14494:5292439ef895 14495:cd5d10655495
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @bug 8027353 27 * @bug 8027353
28 * @summary Test non constant subtractExact 28 * @summary Test non constant subtractExact
29 * @compile SubExactLNonConstantTest.java Verify.java 29 * @compile SubExactLNonConstantTest.java Verify.java
30 * @run main SubExactLNonConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics 30 * @run main SubExactLNonConstantTest
31 * 31 *
32 */ 32 */
33 33
34 public class SubExactLNonConstantTest { 34 public class SubExactLNonConstantTest {
35 public static void main(String[] args) { 35 public static void main(String[] args) {