< prev index next >

test/compiler/codecache/cli/common/CodeCacheCLITestBase.java

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

*** 18,29 **** * * 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 common; /** * Base for code cache related command line options tests. */ public class CodeCacheCLITestBase { public static final CodeCacheOptions[] OPTIONS_SET --- 18,30 ---- * * 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.common; + /** * Base for code cache related command line options tests. */ public class CodeCacheCLITestBase { public static final CodeCacheOptions[] OPTIONS_SET
< prev index next >