8080420: Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"
Summary: Fixed location of testlibrary package.
Reviewed-by: kvn
--- a/hotspot/test/compiler/loopopts/superword/TestVectorizationWithInvariant.java Thu May 14 16:16:06 2015 +0200
+++ b/hotspot/test/compiler/loopopts/superword/TestVectorizationWithInvariant.java Thu May 14 18:02:35 2015 +0200
@@ -22,7 +22,7 @@
*
*/
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
import sun.misc.Unsafe;
/**