Skip to content

Commit

Permalink
Merge pull request #401 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 9119953 + 7b0ac0d commit 03240eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion closed/custom/modules/java.base/Copy.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2024 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 @@ -187,6 +187,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 03240eb

Please sign in to comment.