< prev index next >

test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -23,17 +23,19 @@
 
 /*
  * @test
  * @bug 8026844
  * @summary Test loop dependent multiplyExact
- * @library /testlibrary
+ * @library /testlibrary /
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @compile MulExactILoopDependentTest.java Verify.java
- * @run main MulExactILoopDependentTest
  *
+ * @run main compiler.intrinsics.mathexact.MulExactILoopDependentTest
  */
+
+package compiler.intrinsics.mathexact;
+
 public class MulExactILoopDependentTest {
     public static void main(String[] args) {
         Verify.LoopDependentTest.verify(new Verify.MulExactI());
     }
 }
< prev index next >