comparison mx.graal/suite.py @ 23214:ac8468dccb81

updated JVMCI library reference
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Dec 2015 12:58:30 +0100
parents 942a54aadb47
children a1bfeec72458
comparison
equal deleted inserted replaced
23213:d13cb2d28a84 23214:ac8468dccb81
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" : "31c6bb33db89e7863d716641518bb6997fe2d340", 96 "sha1" : "a4fbc1bccc729cdfd5678c4a27a2cbabbef384d2",
97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-7a570929c5e5.jar"], 97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-2d4718284a09.jar"],
98 "sourceSha1" : "8020f243ce1d5453c7a3b9f2bba52ad69ce689b4", 98 "sourceSha1" : "ce91feae6de27b8fa85579a43333fea1320b9d35",
99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-7a570929c5e5.src.zip"], 99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-2d4718284a09.src.zip"],
100 "license": "GPLv2-CPE", 100 "license": "GPLv2-CPE",
101 }, 101 },
102 }), 102 }),
103 103
104 "projects" : { 104 "projects" : {