Skip to content

Commit

Permalink
Merge pull request #16529 from keithc-ca/rm_opt_openjdkThreadSupport
Browse files Browse the repository at this point in the history
Remove unused flag 'opt_openjdkThreadSupport'
  • Loading branch information
pshipton committed Jan 9, 2023
2 parents 0a10b9f + ff551c4 commit 1af3bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions buildspecs/core.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2022 IBM Corp. and others
Copyright (c) 2006, 2023 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -117,7 +117,6 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti
<flag id="opt_newRomClassBuilder" value="true"/>
<flag id="opt_openjdkFfi" value="true"/>
<flag id="opt_openjdkMethodhandle" value="false"/>
<flag id="opt_openjdkThreadSupport" value="false"/>
<flag id="opt_phpSupport" value="false"/>
<flag id="opt_romImageSupport" value="true"/>
<flag id="opt_useOmrDdr" value="false"/>
Expand Down
6 changes: 1 addition & 5 deletions buildspecs/j9.flags
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, 2022 IBM Corp. and others
Copyright (c) 2006, 2023 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -1836,10 +1836,6 @@ Only available on zOS</description>
<description>Enables support for Foreign Linker API (part of Project Panama) such as native invocations to ffi_call</description>
<ifRemoved>No support for Foreign Linker API</ifRemoved>
</flag>
<flag id="opt_openjdkThreadSupport">
<description>Enables OpenJDK Thread support for Project Loom</description>
<ifRemoved>No OpenJDK Thread support for Project Loom</ifRemoved>
</flag>
<flag id="opt_valhallaValueTypes">
<description>Enables support for Project Valhalla L-World Value Types</description>
<ifRemoved>No support for Project Valhalla L-World Value Types</ifRemoved>
Expand Down

0 comments on commit 1af3bf4

Please sign in to comment.