Skip to content

Commit

Permalink
update to jvmci-0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
dougxc committed Nov 14, 2018
1 parent 6c0c603 commit aa01822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ jdk:

env:
global:
- JVMCI_VERSION="jvmci-0.50"
- JVMCI_VERSION="jvmci-0.51"
- JDK8_UPDATE_VERSION="192"

matrix:
Expand Down
6 changes: 3 additions & 3 deletions common.hocon
Expand Up @@ -6,9 +6,9 @@ overlay = 36aec76e14344397ed4c05455d9210d7da021f65
# openjdk8 JDKs on Linux are built by Oracle Labs
# openjdk8 JDKs on macOS are based on AdoptOpenJDK binaries
jdks: {
labsjdk8: {name : labsjdk, version : "8u192-jvmci-0.50", platformspecific: true}
openjdk8: {name : openjdk, version : "8u192-jvmci-0.50", platformspecific: true}
labsjdk8Debug: {name : labsjdk, version : "8u192-jvmci-0.50-fastdebug", platformspecific: true}
labsjdk8: {name : labsjdk, version : "8u192-jvmci-0.51", platformspecific: true}
openjdk8: {name : openjdk, version : "8u192-jvmci-0.51", platformspecific: true}
labsjdk8Debug: {name : labsjdk, version : "8u192-jvmci-0.51-fastdebug", platformspecific: true}
oraclejdk11: {name : oraclejdk, version : "11+28", platformspecific: true}
openjdk11: {name : openjdk, version : "11+28", platformspecific: true}

Expand Down

0 comments on commit aa01822

Please sign in to comment.