hotspot/test/compiler/intrinsics/sha/cli/testcases/GenericTestCaseForUnsupportedSparcCPU.java
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
22 */ |
22 */ |
23 |
23 |
24 package compiler.intrinsics.sha.cli.testcases; |
24 package compiler.intrinsics.sha.cli.testcases; |
25 |
25 |
26 import compiler.intrinsics.sha.cli.SHAOptionsBase; |
26 import compiler.intrinsics.sha.cli.SHAOptionsBase; |
27 import jdk.test.lib.ExitCode; |
27 import jdk.test.lib.process.ExitCode; |
28 import jdk.test.lib.Platform; |
28 import jdk.test.lib.Platform; |
29 import jdk.test.lib.cli.CommandLineOptionTest; |
29 import jdk.test.lib.cli.CommandLineOptionTest; |
30 import jdk.test.lib.cli.predicate.AndPredicate; |
30 import jdk.test.lib.cli.predicate.AndPredicate; |
31 import jdk.test.lib.cli.predicate.NotPredicate; |
31 import jdk.test.lib.cli.predicate.NotPredicate; |
32 |
32 |