Skip to content

Commit

Permalink
Merge pull request #288 from ibmruntimes/openj9
Browse files Browse the repository at this point in the history
Merge jdk-17.0.10+5 and openj9 FIPS changes to 0.43
  • Loading branch information
JasonFengJ9 committed Dec 1, 2023
2 parents 6874a7a + 77a5d79 commit 10ccdce
Show file tree
Hide file tree
Showing 25 changed files with 1,708 additions and 607 deletions.
4 changes: 2 additions & 2 deletions closed/custom/modules/java.base/Copy.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ ifneq ($(OPENSSL_BUNDLE_LIB_PATH), )
endif # OPENJ9_ENABLE_JITSERVER
endif # OPENSSL_BUNDLE_LIB_PATH
################################################################################
# Copy the nss.fips.cfg only on x86 linux
# Copy the nss.fips.cfg only on x86/p/z linux

ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_ARCH), linux-x86)
ifneq ($(filter linux-x86_64 linux-ppc64le linux-s390x, $(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU)), )
NSS_FIPS_CFG_SRC := $(TOPDIR)/closed/src/java.base/share/conf/security/nss.fips.cfg
NSS_FIPS_CFG_DST := $(CONF_DST_DIR)/security/nss.fips.cfg

Expand Down
2 changes: 1 addition & 1 deletion closed/openjdk-tag.gmk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OPENJDK_TAG := jdk-17.0.10+4
OPENJDK_TAG := jdk-17.0.10+5
Loading

0 comments on commit 10ccdce

Please sign in to comment.