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 1
1
# ===========================================================================
2
- # (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
2
+ # (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
3
3
# ===========================================================================
4
4
# This code is free software; you can redistribute it and/or modify it
5
5
# under the terms of the GNU General Public License version 2 only, as
41
41
#
42
42
endif
43
43
44
+ ifeq (false,$(OPENJ9_ENABLE_JFR))
45
+ MODULES_FILTER += \
46
+ jdk.jfr \
47
+ jdk.management.jfr \
48
+ #
49
+ endif
50
+
44
51
MODULES_FILTER += \
45
52
jdk.aot \
46
53
jdk.hotspot.agent \
47
54
jdk.internal.vm.ci \
48
55
jdk.internal.vm.compiler \
49
56
jdk.internal.vm.compiler.management \
50
- jdk.jfr \
51
57
jdk.jstatd \
52
- jdk.management.jfr \
53
58
#
54
59
55
60
TOP_SRC_DIRS += \
You can’t perform that action at this time.
0 commit comments