< prev index next >

test/compiler/codecache/stress/CodeCacheStressRunner.java

Print this page

        

@@ -22,11 +22,11 @@
  *
  */
 
 package compiler.codecache.stress;
 
-import jdk.test.lib.TimeLimitedRunner;
+import jdk.test.lib.apps.TimeLimitedRunner;
 import jdk.test.lib.Utils;
 
 public class CodeCacheStressRunner {
     private final Runnable action;
     public CodeCacheStressRunner(Runnable action) {
< prev index next >