Skip to content

Commit

Permalink
Merge pull request #783 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 2374f90 + babba51 commit 832790b
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 @@ -249,6 +249,7 @@ stage-j9 :
OPENJ9_VERSION_VARS := \
COMPANY_NAME \
COMPILER_VERSION_STRING \
DEBUG_LEVEL \
J9JDK_EXT_NAME \
J9JDK_EXT_VERSION \
JRE_RELEASE_VERSION \
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 @@ -40,4 +39,6 @@
#define JAVA_VENDOR "@COMPANY_NAME@"
#define JAVA_VENDOR_URL "@VENDOR_URL@"

#define JDK_DEBUG_LEVEL "@DEBUG_LEVEL@"

#endif /* OPENJ9_VERSION_INFO_H */

0 comments on commit 832790b

Please sign in to comment.