comparison test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.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
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @summary Test loop dependent multiplyExact 27 * @summary Test loop dependent multiplyExact
28 * @compile MulExactILoopDependentTest.java Verify.java 28 * @compile MulExactILoopDependentTest.java Verify.java
29 * @run main MulExactILoopDependentTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics 29 * @run main MulExactILoopDependentTest
30 * 30 *
31 */ 31 */
32 public class MulExactILoopDependentTest { 32 public class MulExactILoopDependentTest {
33 public static void main(String[] args) { 33 public static void main(String[] args) {
34 Verify.LoopDependentTest.verify(new Verify.MulExactI()); 34 Verify.LoopDependentTest.verify(new Verify.MulExactI());