changeset 12772:79f53d722d58

8180793: move jdk.test.lib.wrappers.* to jdk.test.lib package Reviewed-by: mchung
author iignatyev
date Mon, 22 May 2017 15:27:20 -0700
parents 31c842513336
children d53171650a2c
files test/compiler/codecache/stress/CodeCacheStressRunner.java test/compiler/codecache/stress/Helper.java test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java test/compiler/whitebox/AllocationCodeBlobTest.java
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/codecache/stress/CodeCacheStressRunner.java	Mon May 22 09:23:59 2017 +0200
+++ b/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/test/compiler/codecache/stress/Helper.java	Mon May 22 09:23:59 2017 +0200
+++ b/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/test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java	Mon May 22 09:23:59 2017 +0200
+++ b/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/test/compiler/whitebox/AllocationCodeBlobTest.java	Mon May 22 09:23:59 2017 +0200
+++ b/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;