< prev index next >

test/compiler/arguments/BMICommandLineOptionTestBase.java

Print this page

        

*** 19,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. */ ! import jdk.test.lib.cli.*; /** * Base class for all X86 bit manipulation related command line options. * * Note that this test intended to verify that VM could be launched with --- 19,32 ---- * 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.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
< prev index next >