< prev index next >

test/compiler/codecache/stress/CodeCacheStressRunner.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 20,29 **** --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + package compiler.codecache.stress; + import jdk.test.lib.TimeLimitedRunner; import jdk.test.lib.Utils; public class CodeCacheStressRunner { private final Runnable action;
< prev index next >