Skip to content

Commit

Permalink
Merge pull request #63 from JasonFengJ9/jfrnatives
Browse files Browse the repository at this point in the history
JFR copy $(OPENJ9_TOPDIR)/runtime/metadata.blob to $(LIB_DST_DIR)
  • Loading branch information
tajila authored Oct 28, 2024
2 parents 7812a7c + 0bcba79 commit 7239a75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions closed/custom/modules/java.base/Copy.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ $(call openj9_copy_files,, \

endif # OPENJ9_ENABLE_DDR

ifeq (true,$(OPENJ9_ENABLE_JFR))

$(call openj9_copy_files,, \
$(OPENJ9_TOPDIR)/runtime/metadata.blob \
$(LIB_DST_DIR)/metadata.blob)

endif # OPENJ9_ENABLE_JFR

##########################################################################################
# Optionally copy OpenSSL Crypto Library
# To bundle first search for openssl 1.1.x library, if not found, search for 1.0.x
Expand Down

0 comments on commit 7239a75

Please sign in to comment.