8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package
authoriignatyev
Mon, 22 May 2017 15:27:20 -0700
changeset 45245 48fed68b35c1
parent 45244 24df46d012d5
child 45246 9e1b29faefa9
8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package Reviewed-by: mchung
hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java
hotspot/test/compiler/codecache/stress/Helper.java
hotspot/test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java
hotspot/test/compiler/whitebox/AllocationCodeBlobTest.java
--- a/hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java	Mon May 22 09:23:59 2017 +0200
+++ b/hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java	Mon May 22 15:27:20 2017 -0700
@@ -23,7 +23,7 @@
 
 package compiler.codecache.stress;
 
-import jdk.test.lib.wrappers.TimeLimitedRunner;
+import jdk.test.lib.TimeLimitedRunner;
 import jdk.test.lib.Utils;
 
 public class CodeCacheStressRunner {
--- a/hotspot/test/compiler/codecache/stress/Helper.java	Mon May 22 09:23:59 2017 +0200
+++ b/hotspot/test/compiler/codecache/stress/Helper.java	Mon May 22 15:27:20 2017 -0700
@@ -25,7 +25,7 @@
 
 import jdk.test.lib.Asserts;
 import jdk.test.lib.ByteCodeLoader;
-import jdk.test.lib.wrappers.InfiniteLoop;
+import jdk.test.lib.InfiniteLoop;
 import jdk.test.lib.Utils;
 import sun.hotspot.WhiteBox;
 
--- a/hotspot/test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java	Mon May 22 09:23:59 2017 +0200
+++ b/hotspot/test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java	Mon May 22 15:27:20 2017 -0700
@@ -29,7 +29,7 @@
 import compiler.compilercontrol.share.pool.PoolHelper;
 import compiler.compilercontrol.share.scenario.Executor;
 import jdk.test.lib.process.OutputAnalyzer;
-import jdk.test.lib.wrappers.TimeLimitedRunner;
+import jdk.test.lib.TimeLimitedRunner;
 import jdk.test.lib.Utils;
 
 import java.util.ArrayList;
--- a/hotspot/test/compiler/whitebox/AllocationCodeBlobTest.java	Mon May 22 09:23:59 2017 +0200
+++ b/hotspot/test/compiler/whitebox/AllocationCodeBlobTest.java	Mon May 22 15:27:20 2017 -0700
@@ -44,7 +44,7 @@
 package compiler.whitebox;
 
 import jdk.test.lib.Asserts;
-import jdk.test.lib.wrappers.InfiniteLoop;
+import jdk.test.lib.InfiniteLoop;
 import sun.hotspot.WhiteBox;
 import sun.hotspot.code.BlobType;