Skip to content

Commit

Permalink
Merge pull request #381 from thallium/openj9
Browse files Browse the repository at this point in the history
Enable JFR modules when JFR is enabled
  • Loading branch information
keithc-ca committed Sep 12, 2024
2 parents a9c3b9a + 21b9b71 commit 4f6e1bf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions closed/custom/common/Modules.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 @@ -41,15 +41,20 @@ else
#
endif

ifeq (false,$(OPENJ9_ENABLE_JFR))
MODULES_FILTER += \
jdk.jfr \
jdk.management.jfr \
#
endif

MODULES_FILTER += \
jdk.aot \
jdk.hotspot.agent \
jdk.internal.vm.ci \
jdk.internal.vm.compiler \
jdk.internal.vm.compiler.management \
jdk.jfr \
jdk.jstatd \
jdk.management.jfr \
#

TOP_SRC_DIRS += \
Expand Down

0 comments on commit 4f6e1bf

Please sign in to comment.