hotspot/test/compiler/arguments/BMISupportedCPUTest.java
changeset 40059 c2304140ed64
parent 30604 b8d532cb6420
child 40631 ed82623d7831
equal deleted inserted replaced
40058:b4441f6cfe79 40059:c2304140ed64
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 import jdk.test.lib.*;
    24 package compiler.arguments;
    25 import jdk.test.lib.cli.*;
    25 
       
    26 import jdk.test.lib.ExitCode;
       
    27 import jdk.test.lib.cli.CommandLineOptionTest;
    26 
    28 
    27 /**
    29 /**
    28  * Test on bit manipulation related command line options,
    30  * Test on bit manipulation related command line options,
    29  * that should be executed on CPU that supports all required
    31  * that should be executed on CPU that supports all required
    30  * features.
    32  * features.