comparison test/compiler/intrinsics/squaretolen/TestSquareToLen.java @ 23887:4abc54f62213

8151522: Disable 8130150 and 8081778 intrinsics by default Reviewed-by: kvn
author vkempik
date Wed, 09 Mar 2016 19:51:23 +0300
parents 51c505229e71
children e443d4e588a3
comparison
equal deleted inserted replaced
23886:5601e440e5e7 23887:4abc54f62213
26 * @test 26 * @test
27 * @bug 8081778 27 * @bug 8081778
28 * @summary Add C2 x86 intrinsic for BigInteger::squareToLen() method 28 * @summary Add C2 x86 intrinsic for BigInteger::squareToLen() method
29 * 29 *
30 * @run main/othervm/timeout=600 -XX:-TieredCompilation -Xbatch 30 * @run main/othervm/timeout=600 -XX:-TieredCompilation -Xbatch
31 * -XX:+UseSquareToLenIntrinsic
31 * -XX:CompileCommand=exclude,TestSquareToLen::main 32 * -XX:CompileCommand=exclude,TestSquareToLen::main
32 * -XX:CompileCommand=option,TestSquareToLen::base_multiply,ccstr,DisableIntrinsic,_squareToLen 33 * -XX:CompileCommand=option,TestSquareToLen::base_multiply,ccstr,DisableIntrinsic,_squareToLen
33 * -XX:CompileCommand=option,java.math.BigInteger::multiply,ccstr,DisableIntrinsic,_squareToLen 34 * -XX:CompileCommand=option,java.math.BigInteger::multiply,ccstr,DisableIntrinsic,_squareToLen
34 * -XX:CompileCommand=option,java.math.BigInteger::square,ccstr,DisableIntrinsic,_squareToLen 35 * -XX:CompileCommand=option,java.math.BigInteger::square,ccstr,DisableIntrinsic,_squareToLen
35 * -XX:CompileCommand=option,java.math.BigInteger::squareToLen,ccstr,DisableIntrinsic,_squareToLen 36 * -XX:CompileCommand=option,java.math.BigInteger::squareToLen,ccstr,DisableIntrinsic,_squareToLen