--- a/hotspot/test/compiler/intrinsics/mathexact/IncExactLTest.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/intrinsics/mathexact/IncExactLTest.java Tue Jul 12 18:24:48 2016 +0300
@@ -25,14 +25,15 @@
* @test
* @bug 8026844
* @summary Test incrementExact
- * @library /testlibrary
+ * @library /testlibrary /
* @modules java.base/jdk.internal.misc
* java.management
- * @compile IncExactLTest.java Verify.java
- * @run main IncExactLTest
*
+ * @run main compiler.intrinsics.mathexact.IncExactLTest
*/
+package compiler.intrinsics.mathexact;
+
public class IncExactLTest {
public static long[] values = {1, 1, 1, 1};
public static void main(String[] args) {