< prev index next >

test/compiler/arguments/BMICommandLineOptionTestBase.java

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

@@ -19,12 +19,15 @@
  * 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.
  */
 
-import jdk.test.lib.cli.*;
+package compiler.arguments;
 
+import jdk.test.lib.cli.CPUSpecificCommandLineOptionTest;
+import jdk.test.lib.cli.CommandLineOptionTest;
+
 /**
  * Base class for all X86 bit manipulation related command line options.
  *
  * Note that this test intended to verify that VM could be launched with
  * specific options and that values of these options processed correctly.
< prev index next >