< prev index next >

test/compiler/codecache/stress/CodeCacheStressRunner.java

Print this page

        

*** 22,32 **** * */ package compiler.codecache.stress; ! import jdk.test.lib.TimeLimitedRunner; import jdk.test.lib.Utils; public class CodeCacheStressRunner { private final Runnable action; public CodeCacheStressRunner(Runnable action) { --- 22,32 ---- * */ package compiler.codecache.stress; ! 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 >