Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #59 from JasonFengJ9/rmopenjdkthread
Browse files Browse the repository at this point in the history
Remove unused OPENJDK_THREAD_SUPPORT & J9VM_OPT_OPENJDK_THREAD_SUPPORT
  • Loading branch information
pshipton authored Jan 9, 2023
2 parents 1fbf0f2 + a859d94 commit fc0cc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions closed/GensrcJ9JCL.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2020, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2020, 2023 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand Down Expand Up @@ -36,7 +36,7 @@ ifeq (true,$(OPENJ9_ENABLE_DDR))
JppSourceDirs += $(OPENJ9_TOPDIR)/debugtools/DDR_VM/src
endif # OPENJ9_ENABLE_DDR

JPP_TAGS := PLATFORM-$(OPENJ9_PLATFORM_CODE) OPENJDK_THREAD_SUPPORT
JPP_TAGS := PLATFORM-$(OPENJ9_PLATFORM_CODE)

ifeq (true,$(OPENJ9_ENABLE_CRIU_SUPPORT))
JPP_TAGS += CRIU_SUPPORT
Expand Down
3 changes: 1 addition & 2 deletions closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand Down Expand Up @@ -438,7 +438,6 @@ ifeq (true,$(OPENJ9_ENABLE_CMAKE))

CMAKE_ARGS += -DJ9VM_OPT_METHOD_HANDLE=OFF
CMAKE_ARGS += -DJ9VM_OPT_OPENJDK_METHODHANDLE=ON
CMAKE_ARGS += -DJ9VM_OPT_OPENJDK_THREAD_SUPPORT=ON

# Propagate configure option '--disable-warnings-as-errors-omr' to OMR.
ifeq (false,$(WARNINGS_AS_ERRORS_OMR))
Expand Down

0 comments on commit fc0cc67

Please sign in to comment.