Skip to content

Commit

Permalink
Merge pull request #6 from narkedi/ifix-17.0.8.1_APAR-IJ47758_2023090…
Browse files Browse the repository at this point in the history
…6-01

Add option for JMOD to work.
  • Loading branch information
narkedi committed Oct 6, 2023
2 parents a18a9e4 + 8270641 commit b22e43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/CreateJmods.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ $(eval $(call SetupExecute, create_$(JMOD_FILE), \
PRE_COMMAND := $(RM) $(JMODS_DIR)/$(JMOD_FILE) $(JMODS_SUPPORT_DIR)/$(JMOD_FILE), \
COMMAND := $(JMOD) create --module-version $(VERSION_SHORT) \
--target-platform '$(OPENJDK_MODULE_TARGET_PLATFORM)' \
--module-path $(JMODS_DIR) $(JMOD_FLAGS) \
--module-path $(JMODS_DIR) $(JMOD_FLAGS) -J-Djdk.nativeCrypto=false \
$(JMOD_SOURCE_DATE) \
$(JMODS_SUPPORT_DIR)/$(JMOD_FILE), \
POST_COMMAND := $(MV) $(JMODS_SUPPORT_DIR)/$(JMOD_FILE) $(JMODS_DIR)/$(JMOD_FILE), \
Expand Down
2 changes: 1 addition & 1 deletion make/Images.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ JLINK_ORDER_RESOURCES += \
/jdk.localedata/** \
#

JLINK_TOOL := $(JLINK) -J-Djlink.debug=true \
JLINK_TOOL := $(JLINK) -J-Djdk.nativeCrypto=false -J-Djlink.debug=true \
--module-path $(IMAGES_OUTPUTDIR)/jmods \
--endian $(OPENJDK_TARGET_CPU_ENDIAN) \
--release-info $(BASE_RELEASE_FILE) \
Expand Down

0 comments on commit b22e43c

Please sign in to comment.