mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
da4711381d
512 changed files with 13059 additions and 8663 deletions
|
@ -88,7 +88,7 @@ public abstract class RTMGenericCommandLineOptionTest
|
|||
|
||||
@Override
|
||||
public void runTestCases() throws Throwable {
|
||||
if (Platform.isX86() || Platform.isX64()) {
|
||||
if (Platform.isX86() || Platform.isX64() || Platform.isPPC()) {
|
||||
if (Platform.isServer() && !Platform.isEmbedded()) {
|
||||
runX86SupportedVMTestCases();
|
||||
} else {
|
||||
|
@ -108,7 +108,7 @@ public abstract class RTMGenericCommandLineOptionTest
|
|||
}
|
||||
|
||||
/**
|
||||
* Runs test cases on non-X86 CPU if VM does not support RTM locking.
|
||||
* Runs test cases on X86 CPU if VM does not support RTM locking.
|
||||
* @throws Throwable
|
||||
*/
|
||||
protected void runX86UnsupportedVMTestCases() throws Throwable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue