diff --git a/closed/OpenJ9.gmk b/closed/OpenJ9.gmk index 49601bf978c..5da300b7a72 100644 --- a/closed/OpenJ9.gmk +++ b/closed/OpenJ9.gmk @@ -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 \ diff --git a/closed/openj9_version_info.h.in b/closed/openj9_version_info.h.in index fae6113a775..c9d7e5c66ac 100644 --- a/closed/openj9_version_info.h.in +++ b/closed/openj9_version_info.h.in @@ -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. @@ -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 */