< prev index next >

test/compiler/codecache/cli/codeheapsize/JVMStartupRunner.java

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

*** 18,35 **** * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - package codeheapsize; ! import common.CodeCacheCLITestCase; ! import common.CodeCacheOptions; import jdk.test.lib.ExitCode; import jdk.test.lib.Utils; import jdk.test.lib.cli.CommandLineOptionTest; import sun.hotspot.code.BlobType; import java.util.Random; /** * Test case runner aimed to verify option's consistency. */ --- 18,37 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package compiler.codecache.cli.codeheapsize; ! ! import compiler.codecache.cli.common.CodeCacheCLITestCase; ! import compiler.codecache.cli.common.CodeCacheOptions; import jdk.test.lib.ExitCode; import jdk.test.lib.Utils; import jdk.test.lib.cli.CommandLineOptionTest; import sun.hotspot.code.BlobType; + import java.util.Random; /** * Test case runner aimed to verify option's consistency. */
< prev index next >