comparison mx.graal/suite.py @ 23220:74557af4288f

exclude JVMCI library from monolithic graal.jar
author Doug Simon <doug.simon@oracle.com>
date Tue, 29 Dec 2015 11:30:15 +0100
parents 62ce1759b596
children 815f05c8dc0b
comparison
equal deleted inserted replaced
23219:62ce1759b596 23220:74557af4288f
89 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2.jar"], 89 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/jmh/jmh-runner-1.11.2.jar"],
90 }, 90 },
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 (a JVMCI enabled) JDK9.
95 "JVMCI" : { 95 "JVMCI" : {
96 "sha1" : "c9d62b2b7408592cd8805aa1cdb2f01189b81dff", 96 "sha1" : "c9d62b2b7408592cd8805aa1cdb2f01189b81dff",
97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-5ecfc0f99fed.jar"], 97 "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-5ecfc0f99fed.jar"],
98 "sourceSha1" : "ef74ca52fa2d09ab3dfc210e8be6c87ef02f4693", 98 "sourceSha1" : "ef74ca52fa2d09ab3dfc210e8be6c87ef02f4693",
99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-5ecfc0f99fed.src.zip"], 99 "sourceUrls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-5ecfc0f99fed.src.zip"],
1339 "com.oracle.graal.hotspot", 1339 "com.oracle.graal.hotspot",
1340 "com.oracle.graal.truffle", 1340 "com.oracle.graal.truffle",
1341 "com.oracle.graal.truffle.hotspot.amd64", 1341 "com.oracle.graal.truffle.hotspot.amd64",
1342 "com.oracle.graal.truffle.hotspot.sparc" 1342 "com.oracle.graal.truffle.hotspot.sparc"
1343 ], 1343 ],
1344 "exclude" : deps(["JVMCI"]),
1344 "distDependencies" : [ 1345 "distDependencies" : [
1345 "truffle:TRUFFLE_API", 1346 "truffle:TRUFFLE_API",
1346 ], 1347 ],
1347 } 1348 }