Skip to content

Commit

Permalink
Merge pull request #390 from yathamravali/jfrsupport_flag
Browse files Browse the repository at this point in the history
Add JFR JPP Flag
  • Loading branch information
keithc-ca authored Oct 3, 2024
2 parents 981363a + eedbfea commit 427222d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion closed/JPP.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved
# (c) Copyright IBM Corp. 2023, 2024 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand Down Expand Up @@ -34,6 +34,10 @@ ifeq (true,$(OPENJ9_ENABLE_INLINE_TYPES))
JPP_TAGS += INLINE-TYPES
endif # OPENJ9_ENABLE_INLINE_TYPES

ifeq (true,$(OPENJ9_ENABLE_JFR))
JPP_TAGS += JFR_SUPPORT
endif # OPENJ9_ENABLE_JFR

ifeq (true,$(BUILD_OPENJCEPLUS))
JPP_TAGS += OPENJCEPLUS_SUPPORT
endif # BUILD_OPENJCEPLUS
Expand Down

0 comments on commit 427222d

Please sign in to comment.