< prev index next >
test/compiler/intrinsics/mathexact/MulExactIRepeatTest.java
Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke
@@ -23,19 +23,21 @@
/*
* @test
* @bug 8026844
* @summary Test repeating multiplyExact
- * @library /testlibrary
+ * @library /testlibrary /
* @modules java.base/jdk.internal.misc
* java.management
- * @compile MulExactIRepeatTest.java Verify.java
- * @run main MulExactIRepeatTest
*
+ * @run main compiler.intrinsics.mathexact.MulExactIRepeatTest
*/
+package compiler.intrinsics.mathexact;
+
import jdk.test.lib.Utils;
+
import java.util.Random;
public class MulExactIRepeatTest {
public static void main(String[] args) {
runTest(new Verify.MulExactI());
< prev index next >