diff mx.graal/suite.py @ 23295:22f57623221f

override "jvmci" tag for --jdk option with Graal specific JDK config
author Doug Simon <doug.simon@oracle.com>
date Tue, 12 Jan 2016 15:31:53 +0100
parents 3c37032e8e63
children 7c0a2761a932
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Jan 12 14:34:05 2016 +0100
+++ b/mx.graal/suite.py	Tue Jan 12 15:31:53 2016 +0100
@@ -31,7 +31,7 @@
     return [s for s in l if not JDK9 or not s.get('name') == "jvmci"]
 
 suite = {
-  "mxversion" : "5.6.7",
+  "mxversion" : "5.6.10",
   "name" : "graal",
 
   "imports" : {
@@ -39,7 +39,7 @@
             {
                "name" : "jvmci",
                "optional" : "true",
-               "version" : "61cc3ee666d2562ca6c51400729e65e0b8a0a669",
+               "version" : "7d02b40973092b688f7d941ffb3a479b41f14bd7",
                "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"},