Skip to content

Commit

Permalink
Merge pull request #817 from thallium/openj9
Browse files Browse the repository at this point in the history
Add JFR JPP flag
  • Loading branch information
keithc-ca authored Jul 30, 2024
2 parents 9d87afb + 6336dd2 commit 63a1ba6
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 63a1ba6

Please sign in to comment.