Skip to content

Commit

Permalink
Merge pull request #415 from keithc-ca/debug_level
Browse files Browse the repository at this point in the history
Propagate DEBUG_LEVEL to OpenJ9 VM
  • Loading branch information
pshipton authored Nov 12, 2024
2 parents 5744714 + e4d31ef commit f18b070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ stage-j9 :
OPENJ9_VERSION_VARS := \
COMPANY_NAME \
COMPILER_VERSION_STRING \
DEBUG_LEVEL \
J9JDK_EXT_NAME \
J9JDK_EXT_VERSION \
OPENJ9_TAG \
Expand Down
5 changes: 3 additions & 2 deletions closed/openj9_version_info.h.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
* ===========================================================================
* (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
* (c) Copyright IBM Corp. 2017, 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
* published by the Free Software Foundation.
Expand Down Expand Up @@ -39,4 +38,6 @@
#define J9JDK_EXT_NAME "@J9JDK_EXT_NAME@"
#define JAVA_VENDOR "@COMPANY_NAME@"

#define JDK_DEBUG_LEVEL "@DEBUG_LEVEL@"

#endif /* OPENJ9_VERSION_INFO_H */

0 comments on commit f18b070

Please sign in to comment.