8080420: Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"
authorthartmann
Thu, 14 May 2015 18:02:35 +0200
changeset 30634 b1f417671661
parent 30633 eaf7c74a3fb9
child 30635 8884c2399789
8080420: Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist" Summary: Fixed location of testlibrary package. Reviewed-by: kvn
hotspot/test/compiler/loopopts/superword/TestVectorizationWithInvariant.java
--- 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;
 
 /**