8140723: Remove source code conditionalized on JAVASE_EMBEDDED

Reviewed-by: twisti, fparain, cjplummer
This commit is contained in:
David Holmes 2016-07-26 23:52:25 -04:00
parent 5599ff5261
commit 5c9019c64a
11 changed files with 30 additions and 63 deletions

View file

@ -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();