Skip to content

Commit

Permalink
Enable JFR modules when JFR is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
  • Loading branch information
thallium committed Sep 10, 2024
1 parent 605a75f commit 43a8179
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions closed/custom/common/Modules.gmk
Original file line number Diff line number Diff line change
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 43a8179

Please sign in to comment.