8136693: add package statement 'compiler.testlibrary' to CompilerUtils
Reviewed-by: iignatyev
--- a/hotspot/test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java Fri Sep 18 10:11:11 2015 +0200
+++ b/hotspot/test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java Sat Sep 19 12:03:36 2015 +0300
@@ -21,6 +21,7 @@
* questions.
*/
+import compiler.testlibrary.CompilerUtils;
import jdk.test.lib.Asserts;
import jdk.test.lib.JDKToolFinder;
import jdk.test.lib.OutputAnalyzer;
@@ -47,7 +48,7 @@
* @test SegmentedCodeCacheDtraceTest
* @bug 8015774
* @requires os.family=="solaris"
- * @library /testlibrary /compiler/testlibrary /../../test/lib
+ * @library /testlibrary / /../../test/lib
* @build SegmentedCodeCacheDtraceTestWorker
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
--- a/hotspot/test/compiler/testlibrary/CompilerUtils.java Fri Sep 18 10:11:11 2015 +0200
+++ b/hotspot/test/compiler/testlibrary/CompilerUtils.java Sat Sep 19 12:03:36 2015 +0300
@@ -21,6 +21,8 @@
* questions.
*/
+package compiler.testlibrary;
+
import jdk.test.lib.Asserts;
import jdk.test.lib.Platform;
import java.util.stream.IntStream;