Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0657bbd8d7f2
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: deafeee96fa8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 16, 2016

  1. [Truffle] Update JVMCI.

    chrisseaton committed Aug 16, 2016
    Copy the full SHA
    e59f43f View commit details
  2. Copy the full SHA
    deafeee View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 ci.hocon
16 changes: 8 additions & 8 deletions ci.hocon
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ graal-core: {
downloads: {
JVMCI_JAVA_HOME: {
name: labsjdk,
version: "8u92-jvmci-0.18",
version: "8u92-jvmci-0.19",
platformspecific: true
}
}
@@ -69,7 +69,7 @@ graal-enterprise: {
downloads: {
JVMCI_JAVA_HOME: {
name: labsjdk,
version: "8u92-jvmci-0.18",
version: "8u92-jvmci-0.19",
platformspecific: true
}
}
@@ -79,15 +79,15 @@ graal-enterprise: {
[mkdir, graal-workspace],
[cd, graal-workspace],
${clone_graal} ["https://github.com/graalvm/graal-enterprise.git", graal-enterprise],
[cd, graal-enterprise],
[cd, graal-enterprise/graal-enterprise],
[mx, sforceimports],
[mx, --java-home, "$JVMCI_JAVA_HOME", build],
[cd, ../..],
[cd, ../../..],
[mv, temp_mx, mx.jruby]
]

environment: {
GRAAL_HOME: graal-workspace/graal-enterprise,
GRAAL_HOME: graal-workspace/graal-enterprise/graal-enterprise,
HOST_VM: server,
HOST_VM_CONFIG: graal-enterprise
}
@@ -98,7 +98,7 @@ graal-enterprise-no-om: {
setup: ${graal-enterprise.setup}

environment: {
GRAAL_HOME: graal-workspace/graal-enterprise,
GRAAL_HOME: graal-workspace/graal-enterprise/graal-enterprise,
HOST_VM: server,
HOST_VM_CONFIG: graal-enterprise-no-om,
JRUBY_OPTS: "-J-Dtruffle.object.LayoutFactory=com.oracle.truffle.object.basic.DefaultLayoutFactory"
@@ -303,7 +303,7 @@ test-cexts: {
downloads: {
JVMCI_JAVA_HOME: {
name: labsjdk,
version: "8u92-jvmci-0.18",
version: "8u92-jvmci-0.19",
platformspecific: true
}
}
@@ -354,7 +354,7 @@ sulong-benchmarks: {
downloads: {
JVMCI_JAVA_HOME: {
name: labsjdk,
version: "8u92-jvmci-0.18",
version: "8u92-jvmci-0.19",
platformspecific: true
}
}