diff test/compiler/intrinsics/mathexact/NegExactILoadTest.java @ 17726:085b304a1cc5

8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
author rbackman
date Thu, 23 Jan 2014 12:08:28 +0100
parents 9949533a8623
children 4ca6dc0799b6
line wrap: on
line diff
--- a/test/compiler/intrinsics/mathexact/NegExactILoadTest.java	Thu Mar 13 10:18:59 2014 -0700
+++ b/test/compiler/intrinsics/mathexact/NegExactILoadTest.java	Thu Jan 23 12:08:28 2014 +0100
@@ -26,14 +26,14 @@
  * @bug 8026844
  * @summary Test negExact
  * @compile NegExactILoadTest.java Verify.java
- * @run main NegExactILoadTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
+ * @run main NegExactILoadTest
  *
  */
 
 public class NegExactILoadTest {
     public static void main(String[] args) {
-        Verify.LoadTest.init();
-        Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
+      Verify.LoadTest.init();
+      Verify.LoadTest.verify(new Verify.UnaryToBinary(new Verify.NegExactI()));
     }
 
 }