Skip to content

Commit

Permalink
[GR-18050] Update to jvmci-19.3-b02.
Browse files Browse the repository at this point in the history
PullRequest: graal/4351
  • Loading branch information
ezzarghili committed Sep 9, 2019
2 parents c0302d3 + ac12ef3 commit 854eae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jdk:

env:
global:
- JVMCI_VERSION="jvmci-19.3-b01"
- JVMCI_VERSION="jvmci-19.3-b02"
- JDK8_UPDATE_VERSION="222"
- JDK8_UPDATE_VERSION_SUFFIX=""

Expand Down
6 changes: 3 additions & 3 deletions common.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ overlay = 24a9cd249544a2c8b61e225aa1f02c85db569fc4
# openjdk8 JDKs on Linux are built by Oracle Labs
# openjdk8 JDKs on macOS are based on AdoptOpenJDK binaries
jdks: {
oraclejdk8: {name : oraclejdk, version : "8u221-jvmci-19.3-b01", platformspecific: true}
openjdk8: {name : openjdk, version : "8u222-jvmci-19.3-b01", platformspecific: true}
oraclejdk8Debug: {name : oraclejdk, version : "8u221-jvmci-19.3-b01-fastdebug", platformspecific: true}
oraclejdk8: {name : oraclejdk, version : "8u221-jvmci-19.3-b02", platformspecific: true}
openjdk8: {name : openjdk, version : "8u222-jvmci-19.3-b02", platformspecific: true}
oraclejdk8Debug: {name : oraclejdk, version : "8u221-jvmci-19.3-b02-fastdebug", platformspecific: true}
oraclejdk11: {name : oraclejdk, version : "11.0.3+12", platformspecific: true}
openjdk11: {name : openjdk, version : "11.0.3+7", platformspecific: true}
labsjdk11: {name : labsjdk, version : "11-20190902-162937", platformspecific: true}
Expand Down

0 comments on commit 854eae0

Please sign in to comment.