--- old/test/compiler/intrinsics/mathexact/GVNTest.java 2016-07-06 19:17:10.507387354 +0300 +++ new/test/compiler/intrinsics/mathexact/GVNTest.java 2016-07-06 19:17:10.423387351 +0300 @@ -25,11 +25,12 @@ * @test * @bug 8028207 * @summary Verify that GVN doesn't mess up the two addExacts - * @compile GVNTest.java - * @run main GVNTest * + * @run main compiler.intrinsics.mathexact.GVNTest */ +package compiler.intrinsics.mathexact; + public class GVNTest { public static int result = 0; public static int value = 93;