Skip to content

Commit

Permalink
Propagate DEBUG_LEVEL to OpenJ9 VM
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <[email protected]>
  • Loading branch information
keithc-ca committed Nov 11, 2024
1 parent 2374f90 commit babba51
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 babba51

Please sign in to comment.