changeset 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
files mx.graal/suite.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",
       ],