Skip to content

Commit

Permalink
Merge pull request #603 from ibmruntimes/openj9
Browse files Browse the repository at this point in the history
Merge latest OpenJ9 change to 0.36
  • Loading branch information
JasonFengJ9 committed Dec 13, 2022
2 parents 2451aad + c277aa4 commit 0839f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -318,6 +318,7 @@ OPENJ9_VERSION_VARS := \
OPENJDK_TARGET_CPU_OSARCH \
OPENJDK_TARGET_OS \
PRODUCT_NAME \
PRODUCT_SUFFIX \
USERNAME \
VENDOR_URL \
VERSION_STRING \
Expand Down
4 changes: 2 additions & 2 deletions closed/openj9_version_info.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ===========================================================================
* (c) Copyright IBM Corp. 2017, 2020 All Rights Reserved
* (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
* ===========================================================================
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,7 +25,7 @@
#define OPENJ9_VERSION_INFO_H

#define J9COMPILER_VERSION_STRING "@COMPILER_VERSION_STRING@"
#define J9PRODUCT_NAME "@PRODUCT_NAME@"
#define J9PRODUCT_NAME "@PRODUCT_NAME@ @PRODUCT_SUFFIX@"
#define J9TARGET_CPU_BITS "@OPENJDK_TARGET_CPU_BITS@"
#define J9TARGET_CPU_OSARCH "@OPENJDK_TARGET_CPU_OSARCH@"
#define J9TARGET_OS "@OPENJDK_TARGET_OS@"
Expand Down

0 comments on commit 0839f3f

Please sign in to comment.