Skip to content

Commit

Permalink
Merge pull request #817 from keithc-ca/jpp_order
Browse files Browse the repository at this point in the history
Add to JPP_TAGS in alphabetical order
  • Loading branch information
JasonFengJ9 authored Oct 3, 2024
2 parents 93a38dc + e376f9f commit 6763241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions closed/JPP.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ ifeq (true,$(OPENJ9_ENABLE_CRIU_SUPPORT))
JPP_TAGS += CRIU_SUPPORT
endif # OPENJ9_ENABLE_CRIU_SUPPORT

ifeq (true,$(OPENJ9_ENABLE_OPENJDK_METHODHANDLES))
JPP_TAGS += OPENJDK_METHODHANDLES
endif # OPENJ9_ENABLE_OPENJDK_METHODHANDLES

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

ifeq (true,$(OPENJ9_ENABLE_OPENJDK_METHODHANDLES))
JPP_TAGS += OPENJDK_METHODHANDLES
endif # OPENJ9_ENABLE_OPENJDK_METHODHANDLES

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

0 comments on commit 6763241

Please sign in to comment.