diff mx/projects @ 16395:ad431bf0de07

added support to load classes from graal.jar with a separate class loader
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Jul 2014 16:30:28 +0200
parents 281c30cf1952
children d6604020da93
line wrap: on
line diff
--- a/mx/projects	Thu Jul 03 14:31:34 2014 +0200
+++ b/mx/projects	Thu Jul 03 16:30:28 2014 +0200
@@ -80,6 +80,11 @@
 com.oracle.graal.hotspot.hsail
 distribution@GRAAL@exclude=FINDBUGS
 
+distribution@GRAAL_LOADER@path=graal-loader.jar
+distribution@GRAAL_LOADER@subDir=graal
+distribution@GRAAL_LOADER@sourcesPath=graal-loader.src.zip
+distribution@GRAAL_LOADER@dependencies=com.oracle.graal.hotspot.loader
+
 distribution@TRUFFLE@path=truffle.jar
 distribution@TRUFFLE@subDir=graal
 distribution@TRUFFLE@sourcesPath=truffle-sources.jar
@@ -205,6 +210,14 @@
 project@com.oracle.graal.hotspot@javaCompliance=1.8
 project@com.oracle.graal.hotspot@workingSets=Graal,HotSpot
 
+# graal.hotspot
+project@com.oracle.graal.hotspot.loader@subDir=graal
+project@com.oracle.graal.hotspot.loader@sourceDirs=src
+project@com.oracle.graal.hotspot.loader@dependencies=
+project@com.oracle.graal.hotspot.loader@checkstyle=com.oracle.graal.graph
+project@com.oracle.graal.hotspot.loader@javaCompliance=1.8
+project@com.oracle.graal.hotspot.loader@workingSets=Graal,HotSpot
+
 # graal.hotspot.sourcegen
 project@com.oracle.graal.hotspot.sourcegen@subDir=graal
 project@com.oracle.graal.hotspot.sourcegen@sourceDirs=src