mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
Reviewed-by: twisti, fparain, cjplummer
This commit is contained in:
parent
5599ff5261
commit
5c9019c64a
11 changed files with 30 additions and 63 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -89,7 +89,7 @@ public abstract class RTMGenericCommandLineOptionTest
|
|||
@Override
|
||||
public void runTestCases() throws Throwable {
|
||||
if (Platform.isX86() || Platform.isX64() || Platform.isPPC()) {
|
||||
if (Platform.isServer() && !Platform.isEmbedded()) {
|
||||
if (Platform.isServer()) {
|
||||
runX86SupportedVMTestCases();
|
||||
} else {
|
||||
runX86UnsupportedVMTestCases();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue