Skip to content

Commit

Permalink
Add JFR JPP Flag
Browse files Browse the repository at this point in the history
Related: ibmruntimes/openj9-openjdk-jdk#817

Signed-off-by: Ravali Yatham <rayatha1@in.ibm.com>
  • Loading branch information
yathamravali committed Oct 3, 2024
1 parent 4dc08dc commit 8bc32ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions closed/JPP.gmk
Original file line number Diff line number Diff line change
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 8bc32ee

Please sign in to comment.