diff 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
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Jan 19 12:20:24 2016 +0100
+++ b/mx.graal/suite.py	Tue Jan 19 12:04:18 2016 +0100
@@ -39,7 +39,7 @@
             {
                "name" : "jvmci",
                "optional" : "true",
-               "version" : "8a3fd0269d15ae84d31c34df144297df5ba3c773",
+               "version" : "781e01df3c4cef419c97eb9c49ca5ab25bd1dea5",
                "urls" : [
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
                     {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},