--- old/test/compiler/intrinsics/mathexact/MulExactINonConstantTest.java 2016-07-06 19:17:12.755387420 +0300 +++ new/test/compiler/intrinsics/mathexact/MulExactINonConstantTest.java 2016-07-06 19:17:12.667387418 +0300 @@ -25,14 +25,15 @@ * @test * @bug 8026844 * @summary Test non constant multiplyExact - * @library /testlibrary + * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management - * @compile MulExactINonConstantTest.java Verify.java - * @run main MulExactINonConstantTest * + * @run main compiler.intrinsics.mathexact.MulExactINonConstantTest */ +package compiler.intrinsics.mathexact; + public class MulExactINonConstantTest { public static void main(String[] args) { Verify.NonConstantTest.verify(new Verify.MulExactI());