comparison mx.graal/suite.py @ 22962:d710cf41f9a0

Update JVMCI library dependency.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 10 Nov 2015 11:47:54 +0100
parents 26618cb3ff27
children 1492a9afd575
comparison
equal deleted inserted replaced
22961:09d0f549f05e 22962:d710cf41f9a0
91 91
92 # Library that allows Graal to compile against JVMCI without the jvmci suite. 92 # Library that allows Graal to compile against JVMCI without the jvmci suite.
93 # This library is not added to the boot class path at run time and so code 93 # This library is not added to the boot class path at run time and so code
94 # compiled against this library must be run on (JVMCI enabled) JDK9. 94 # compiled against this library must be run on (JVMCI enabled) JDK9.
95 "JVMCI" : { 95 "JVMCI" : {
96 "sha1" : "f4f0d6cfa751fa644163008810d5123c4c298104", 96 "sha1" : "9482b9ba7760c09cd95d78f08ce28171b4081268",
97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-b0e383e27552.jar"], 97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-1648ffb0158e.jar"],
98 "sourceSha1" : "9781af80d9f43b4f1a5b17802ea8d0c8c50d563c", 98 "sourceSha1" : "b34c184cb1d383aec07bcadefadff01543f10222",
99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-b0e383e27552.src.zip"], 99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-1648ffb0158e.src.zip"],
100 "license": "GPLv2-CPE", 100 "license": "GPLv2-CPE",
101 }, 101 },
102 }), 102 }),
103 103
104 "projects" : { 104 "projects" : {