comparison test/compiler/intrinsics/mathexact/NegExactLNonConstantTest.java @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @summary Test constant negExact 27 * @summary Test constant negExact
28 * @compile NegExactLNonConstantTest.java Verify.java 28 * @compile NegExactLNonConstantTest.java Verify.java
29 * @run main NegExactLNonConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics 29 * @run main NegExactLNonConstantTest
30 * 30 *
31 */ 31 */
32 32
33 public class NegExactLNonConstantTest { 33 public class NegExactLNonConstantTest {
34 public static void main(String[] args) { 34 public static void main(String[] args) {