Skip to content

Commit 427222d

Browse files
authored
Merge pull request ibmruntimes#390 from yathamravali/jfrsupport_flag
Add JFR JPP Flag
2 parents 981363a + eedbfea commit 427222d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

closed/JPP.gmk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
3535
endif # OPENJ9_ENABLE_INLINE_TYPES
3636

37+
ifeq (true,$(OPENJ9_ENABLE_JFR))
38+
JPP_TAGS += JFR_SUPPORT
39+
endif # OPENJ9_ENABLE_JFR
40+
3741
ifeq (true,$(BUILD_OPENJCEPLUS))
3842
JPP_TAGS += OPENJCEPLUS_SUPPORT
3943
endif # BUILD_OPENJCEPLUS

0 commit comments

Comments
 (0)