# HG changeset patch # User Doug Simon # Date 1451385015 -3600 # Node ID 74557af4288f53d803bd6bb3214d13181a7a4a44 # Parent 62ce1759b596647dbef72a21be016d7ca3cf9a73 exclude JVMCI library from monolithic graal.jar diff -r 62ce1759b596 -r 74557af4288f mx.graal/suite.py --- a/mx.graal/suite.py Sat Dec 26 20:11:34 2015 +0100 +++ b/mx.graal/suite.py Tue Dec 29 11:30:15 2015 +0100 @@ -91,7 +91,7 @@ # Library that allows Graal to compile against JVMCI without the jvmci suite. # This library is not added to the boot class path at run time and so code - # compiled against this library must be run on (JVMCI enabled) JDK9. + # compiled against this library must be run on (a JVMCI enabled) JDK9. "JVMCI" : { "sha1" : "c9d62b2b7408592cd8805aa1cdb2f01189b81dff", "urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jvmci-5ecfc0f99fed.jar"], @@ -1341,6 +1341,7 @@ "com.oracle.graal.truffle.hotspot.amd64", "com.oracle.graal.truffle.hotspot.sparc" ], + "exclude" : deps(["JVMCI"]), "distDependencies" : [ "truffle:TRUFFLE_API", ],