comparison mx.graal/suite.py @ 23324:ed6a5ffb2e9c

use JVMCI_VERSION constant to avoid too much eagerness when loading mx_graal_8
author Doug Simon <doug.simon@oracle.com>
date Tue, 19 Jan 2016 12:04:18 +0100
parents 52f4acf6f365
children 0912e5d8b1cc
comparison
equal deleted inserted replaced
23323:2160e7da7fb0 23324:ed6a5ffb2e9c
37 "imports" : { 37 "imports" : {
38 "suites": suites([ 38 "suites": suites([
39 { 39 {
40 "name" : "jvmci", 40 "name" : "jvmci",
41 "optional" : "true", 41 "optional" : "true",
42 "version" : "8a3fd0269d15ae84d31c34df144297df5ba3c773", 42 "version" : "781e01df3c4cef419c97eb9c49ca5ab25bd1dea5",
43 "urls" : [ 43 "urls" : [
44 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 44 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
45 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 45 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
46 ] 46 ]
47 }, 47 },