8136693: add package statement 'compiler.testlibrary' to CompilerUtils
authortpivovarova
Sat, 19 Sep 2015 12:03:36 +0300
changeset 33072 71f9b0782023
parent 33069 d8eed614f298
child 33073 d915b418adcd
8136693: add package statement 'compiler.testlibrary' to CompilerUtils Reviewed-by: iignatyev
hotspot/test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java
hotspot/test/compiler/testlibrary/CompilerUtils.java
--- 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;