Skip to content

Commit

Permalink
Merge openj9 into openj9-staging
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Sep 16, 2024
2 parents a90abbc + 74b60b3 commit 5998a93
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 5998a93

Please sign in to comment.