--- a/hotspot/test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/intrinsics/mathexact/MulExactILoopDependentTest.java Tue Jul 12 18:24:48 2016 +0300
@@ -25,13 +25,15 @@
* @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());