Skip to content

Commit

Permalink
Merge pull request #604 from pshipton/0.33.1
Browse files Browse the repository at this point in the history
(0.33.1) Fix the J9JDK_EXT_VERSION for 0.33.1 and remove obsolete JDK_MOD_VERSION
  • Loading branch information
keithc-ca committed Aug 17, 2022
2 parents caa2253 + e4680ef commit e361c66
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/autoconf/generated-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4447,7 +4447,7 @@ VS_TOOLSET_SUPPORTED_2019=false
#CUSTOM_AUTOCONF_INCLUDE

# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1656536820
DATE_WHEN_GENERATED=1660749156

###############################################################################
#
Expand Down
1 change: 0 additions & 1 deletion jdk/make/closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ AC_DEFUN([OPENJ9_CHECK_NASM_VERSION],

AC_DEFUN([OPENJDK_VERSION_DETAILS],
[
AC_SUBST(JDK_MOD_VERSION)
AC_SUBST(JDK_FIX_VERSION)
# Outer [ ] to quote m4.
Expand Down
3 changes: 1 addition & 2 deletions jdk/make/closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ USERNAME := @USERNAME@

include $(SRC_ROOT)/closed/openjdk-tag.gmk

JDK_MOD_VERSION := @JDK_MOD_VERSION@
JDK_FIX_VERSION := @JDK_FIX_VERSION@
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(COOKED_BUILD_NUMBER)
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

# required by CMake
Expand Down
4 changes: 1 addition & 3 deletions jdk/make/closed/autoconf/generated-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ OPENJ9_ENABLE_CMAKE
CMAKE
USERNAME
JDK_FIX_VERSION
JDK_MOD_VERSION
OMR_MIXED_REFERENCES_MODE
OPENJ9_LIBS_SUBDIR
OPENJ9_PLATFORM_CODE
Expand Down Expand Up @@ -4618,7 +4617,7 @@ VS_TOOLSET_SUPPORTED_2019=false


# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1656536820
DATE_WHEN_GENERATED=1660749156

###############################################################################
#
Expand Down Expand Up @@ -15355,7 +15354,6 @@ fi




# Outer [ ] to quote m4.
USERNAME=`$ECHO "$USER" | $TR -d -c '[a-z][A-Z][0-9]'`

Expand Down
3 changes: 1 addition & 2 deletions jdk/make/closed/autoconf/openj9ext-version-numbers
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
COMPANY_NAME="Eclipse OpenJ9"
VENDOR_URL="http://www.eclipse.org/openj9"

JDK_MOD_VERSION=345
JDK_FIX_VERSION=0
JDK_FIX_VERSION=1

0 comments on commit e361c66

Please sign in to comment.