equal
deleted
inserted
replaced
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. |