File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ===========================================================================
2
- # (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved
2
+ # (c) Copyright IBM Corp. 2023, 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
@@ -34,6 +34,10 @@ ifeq (true,$(OPENJ9_ENABLE_INLINE_TYPES))
34
34
JPP_TAGS += INLINE-TYPES
35
35
endif # OPENJ9_ENABLE_INLINE_TYPES
36
36
37
+ ifeq (true,$(OPENJ9_ENABLE_JFR))
38
+ JPP_TAGS += JFR_SUPPORT
39
+ endif # OPENJ9_ENABLE_JFR
40
+
37
41
ifeq (true,$(BUILD_OPENJCEPLUS))
38
42
JPP_TAGS += OPENJCEPLUS_SUPPORT
39
43
endif # BUILD_OPENJCEPLUS
You can’t perform that action at this time.
0 commit comments