Skip to content

Commit

Permalink
ci: use JVM_CONFIG for x4150
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Jun 21, 2016
1 parent a74d931 commit 731acc5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions ci_includes/x4150.hocon
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
x4150.default : {
environment : {
JVM_CONFIG : "graal-core"
}
}
# SPECjbb2005-related targets

bench-specjbb2005-x4150: ${commonLinux} ${bench-specjbb2005} {
bench-specjbb2005-x4150: ${commonLinux} ${bench-specjbb2005} ${x4150.default} {
capabilities: [linux, x4150, bench, post-merge]
name: "bench-specjbb2005-linux-x4150"
args.mx : ["--machine-name", "x4150"]
args.jvm : ["--jvm-config=graal-core", "-Xmx64g", "-Xms64g", "-XX:+UseJVMCICompiler", "-XX:+PrintConcurrentLocks"]
args.bench : []
run: [
${bench-jvmci.mx-specjbb2005} [
] ${bench-specjbb2005-x4150.args.mx} ["--"
] ${bench-specjbb2005-x4150.args.jvm} ["--"
] ${bench-specjbb2005-x4150.args.bench}
"--machine-name", "x4150", "--",
"-Xmx64g", "-Xms64g", "-XX:+UseJVMCICompiler", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}"
]
]
}

Expand Down

0 comments on commit 731acc5

Please sign in to comment.