comparison test/compiler/intrinsics/mathexact/NegExactILoadTest.java @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents cd5d10655495
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8026844 26 * @bug 8026844
27 * @summary Test negExact 27 * @summary Test negExact
28 * @compile NegExactILoadTest.java Verify.java 28 * @compile NegExactILoadTest.java Verify.java
29 * @run main NegExactILoadTest 29 * @run main NegExactILoadTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
30 * 30 *
31 */ 31 */
32 32
33 public class NegExactILoadTest { 33 public class NegExactILoadTest {
34 public static void main(String[] args) { 34 public static void main(String[] args) {
35 Verify.LoadTest.init(); 35 Verify.LoadTest.init();
36 Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI())); 36 Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
37 } 37 }
38 38
39 } 39 }