File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# ===========================================================================
2- # (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
2+ # (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
33# ===========================================================================
44# This code is free software; you can redistribute it and/or modify it
55# under the terms of the GNU General Public License version 2 only, as
4141 #
4242endif
4343
44+ ifeq (false,$(OPENJ9_ENABLE_JFR))
45+ MODULES_FILTER += \
46+ jdk.jfr \
47+ jdk.management.jfr \
48+ #
49+ endif
50+
4451MODULES_FILTER += \
4552 jdk.aot \
4653 jdk.hotspot.agent \
4754 jdk.internal.vm.ci \
4855 jdk.internal.vm.compiler \
4956 jdk.internal.vm.compiler.management \
50- jdk.jfr \
5157 jdk.jstatd \
52- jdk.management.jfr \
5358 #
5459
5560TOP_SRC_DIRS += \
You can’t perform that action at this time.
0 commit comments