Skip to content

Commit

Permalink
Merge pull request #807 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 2970f99 + 43a8179 commit 74b60b3
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 74b60b3

Please sign in to comment.