Skip to content

Commit

Permalink
Update to openj9-0.17.0-m1 for jdk8u232-b07
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-m-leonard <andrew_m_leonard@uk.ibm.com>
  • Loading branch information
andrew-m-leonard committed Sep 25, 2019
1 parent aaea930 commit 8512fe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion closed/get_j9_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
declare -A j9repos
declare -A branches
declare -A default_j9repos=( [openj9]=eclipse/openj9 [omr]=eclipse/openj9-omr )
declare -A default_branches=( [openj9]=master [omr]=openj9 )
declare -A default_branches=( [openj9]=openj9-0.17.0-m1 [omr]=openj9-0.17.0-m1 )
declare -A commands
declare -A shas

Expand Down
2 changes: 1 addition & 1 deletion jdk/make/closed/autoconf/custom-spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ 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_MOD_VERSION).$(JDK_FIX_VERSION)
J9JDK_EXT_VERSION := HEAD
#J9JDK_EXT_VERSION := HEAD
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9

# required by CMake
Expand Down
6 changes: 3 additions & 3 deletions jdk/make/closed/autoconf/openj9ext-version-numbers
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2018, 2018 All Rights Reserved
# (c) Copyright IBM Corp. 2018, 2019 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -20,5 +20,5 @@
#
# ===========================================================================

JDK_MOD_VERSION=0
JDK_FIX_VERSION=HEAD
JDK_MOD_VERSION=232
JDK_FIX_VERSION=0-m1

0 comments on commit 8512fe2

Please sign in to comment.