diff -r b4441f6cfe79 -r c2304140ed64 hotspot/test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java --- a/hotspot/test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java Tue Jul 12 08:42:46 2016 +0000 +++ b/hotspot/test/compiler/intrinsics/mathexact/AddExactLNonConstantTest.java Tue Jul 12 18:24:48 2016 +0300 @@ -25,14 +25,15 @@ * @test * @bug 8026844 * @summary Test non constant addExact - * @library /testlibrary + * @library /testlibrary / * @modules java.base/jdk.internal.misc * java.management - * @compile AddExactLNonConstantTest.java Verify.java - * @run main AddExactLNonConstantTest * + * @run main compiler.intrinsics.mathexact.AddExactLNonConstantTest */ +package compiler.intrinsics.mathexact; + public class AddExactLNonConstantTest { public static void main(String[] args) { Verify.NonConstantLongTest.verify(new Verify.AddExactL());