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 11# ===========================================================================
2- # (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved
2+ # (c) Copyright IBM Corp. 2023, 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
@@ -34,6 +34,10 @@ ifeq (true,$(OPENJ9_ENABLE_INLINE_TYPES))
3434 JPP_TAGS += INLINE-TYPES
3535endif # OPENJ9_ENABLE_INLINE_TYPES
3636
37+ ifeq (true,$(OPENJ9_ENABLE_JFR))
38+ JPP_TAGS += JFR_SUPPORT
39+ endif # OPENJ9_ENABLE_JFR
40+
3741ifeq (true,$(BUILD_OPENJCEPLUS))
3842 JPP_TAGS += OPENJCEPLUS_SUPPORT
3943endif # BUILD_OPENJCEPLUS
You can’t perform that action at this time.
0 commit comments