test/compiler/intrinsics/mathexact/NegExactILoadTest.java

changeset 6375
085b304a1cc5
parent 6152
9949533a8623
child 6876
710a3c8b516e
     1.1 --- a/test/compiler/intrinsics/mathexact/NegExactILoadTest.java	Thu Mar 13 10:18:59 2014 -0700
     1.2 +++ b/test/compiler/intrinsics/mathexact/NegExactILoadTest.java	Thu Jan 23 12:08:28 2014 +0100
     1.3 @@ -26,14 +26,14 @@
     1.4   * @bug 8026844
     1.5   * @summary Test negExact
     1.6   * @compile NegExactILoadTest.java Verify.java
     1.7 - * @run main NegExactILoadTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
     1.8 + * @run main NegExactILoadTest
     1.9   *
    1.10   */
    1.11  
    1.12  public class NegExactILoadTest {
    1.13      public static void main(String[] args) {
    1.14 -        Verify.LoadTest.init();
    1.15 -        Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
    1.16 +      Verify.LoadTest.init();
    1.17 +      Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
    1.18      }
    1.19  
    1.20  }

mercurial