mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8136693: add package statement 'compiler.testlibrary' to CompilerUtils
Reviewed-by: iignatyev
This commit is contained in:
parent
5ca8983920
commit
89e62a6274
2 changed files with 4 additions and 1 deletions
|
@ -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 @@ import java.util.stream.Collectors;
|
|||
* @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
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
package compiler.testlibrary;
|
||||
|
||||
import jdk.test.lib.Asserts;
|
||||
import jdk.test.lib.Platform;
|
||||
import java.util.stream.IntStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue