comparison test/compiler/intrinsics/mathexact/SubExactLConstantTest.java @ 13421:9949533a8623

8028997: mathexact intrinsics are unstable Reviewed-by: iveresov, kvn
author rbackman
date Fri, 22 Nov 2013 14:14:26 +0100
parents a57a165b8296
children cd5d10655495
comparison
equal deleted inserted replaced
13408:b6b9a5d4cda0 13421:9949533a8623
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @bug 8027353 27 * @bug 8027353
28 * @summary Test constant subtractExact 28 * @summary Test constant subtractExact
29 * @compile SubExactLConstantTest.java Verify.java 29 * @compile SubExactLConstantTest.java Verify.java
30 * @run main SubExactLConstantTest 30 * @run main SubExactLConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
31 * 31 *
32 */ 32 */
33 33
34 public class SubExactLConstantTest { 34 public class SubExactLConstantTest {
35 public static void main(String[] args) { 35 public static void main(String[] args) {