< prev index next >

test/compiler/rtm/cli/RTMGenericCommandLineOptionTest.java

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

@@ -20,13 +20,16 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-import jdk.test.lib.*;
-import jdk.test.lib.cli.*;
+package compiler.rtm.cli;
 
+import jdk.test.lib.ExitCode;
+import jdk.test.lib.Platform;
+import jdk.test.lib.cli.CommandLineOptionTest;
+
 import java.util.function.BooleanSupplier;
 
 /**
  * Base for all RTM-related CLI tests.
  */
< prev index next >