comparison test/compiler/intrinsics/mathexact/sanity/IncrementExactIntTest.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 d1760952ebdd
children 17d3ee6e9d3c
comparison
equal deleted inserted replaced
17725:b4ce4e9eb97d 17726:085b304a1cc5
24 /* 24 /*
25 * @test 25 * @test
26 * @library /testlibrary /testlibrary/whitebox /compiler/whitebox 26 * @library /testlibrary /testlibrary/whitebox /compiler/whitebox
27 * @build IncrementExactIntTest 27 * @build IncrementExactIntTest
28 * @run main ClassFileInstaller sun.hotspot.WhiteBox 28 * @run main ClassFileInstaller sun.hotspot.WhiteBox
29 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions 29 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
30 * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation 30 * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
31 * -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod 31 * -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
32 * -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics IncrementExactIntTest 32 * -XX:LogFile=hs_neg.log -XX:-UseMathExactIntrinsics IncrementExactIntTest
33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions 33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
34 * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation 34 * -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -XX:+LogCompilation
35 * -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod 35 * -XX:CompileCommand=compileonly,MathIntrinsic*::execMathMethod
36 * -XX:LogFile=hs.log -XX:+UseMathExactIntrinsics IncrementExactIntTest 36 * -XX:LogFile=hs.log -XX:+UseMathExactIntrinsics IncrementExactIntTest
37 * @run main Verifier hs_neg.log hs.log 37 * @run main Verifier hs_neg.log hs.log
38 */ 38 */