comparison 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
comparison
equal deleted inserted replaced
16394:0dd27c6472d7 16395:ad431bf0de07
78 com.oracle.graal.hotspot,\ 78 com.oracle.graal.hotspot,\
79 com.oracle.graal.hotspot.jfr,\ 79 com.oracle.graal.hotspot.jfr,\
80 com.oracle.graal.hotspot.hsail 80 com.oracle.graal.hotspot.hsail
81 distribution@GRAAL@exclude=FINDBUGS 81 distribution@GRAAL@exclude=FINDBUGS
82 82
83 distribution@GRAAL_LOADER@path=graal-loader.jar
84 distribution@GRAAL_LOADER@subDir=graal
85 distribution@GRAAL_LOADER@sourcesPath=graal-loader.src.zip
86 distribution@GRAAL_LOADER@dependencies=com.oracle.graal.hotspot.loader
87
83 distribution@TRUFFLE@path=truffle.jar 88 distribution@TRUFFLE@path=truffle.jar
84 distribution@TRUFFLE@subDir=graal 89 distribution@TRUFFLE@subDir=graal
85 distribution@TRUFFLE@sourcesPath=truffle-sources.jar 90 distribution@TRUFFLE@sourcesPath=truffle-sources.jar
86 distribution@TRUFFLE@dependencies=\ 91 distribution@TRUFFLE@dependencies=\
87 com.oracle.truffle.api.dsl 92 com.oracle.truffle.api.dsl
203 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph 208 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph
204 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier,com.oracle.graal.service.processor 209 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier,com.oracle.graal.service.processor
205 project@com.oracle.graal.hotspot@javaCompliance=1.8 210 project@com.oracle.graal.hotspot@javaCompliance=1.8
206 project@com.oracle.graal.hotspot@workingSets=Graal,HotSpot 211 project@com.oracle.graal.hotspot@workingSets=Graal,HotSpot
207 212
213 # graal.hotspot
214 project@com.oracle.graal.hotspot.loader@subDir=graal
215 project@com.oracle.graal.hotspot.loader@sourceDirs=src
216 project@com.oracle.graal.hotspot.loader@dependencies=
217 project@com.oracle.graal.hotspot.loader@checkstyle=com.oracle.graal.graph
218 project@com.oracle.graal.hotspot.loader@javaCompliance=1.8
219 project@com.oracle.graal.hotspot.loader@workingSets=Graal,HotSpot
220
208 # graal.hotspot.sourcegen 221 # graal.hotspot.sourcegen
209 project@com.oracle.graal.hotspot.sourcegen@subDir=graal 222 project@com.oracle.graal.hotspot.sourcegen@subDir=graal
210 project@com.oracle.graal.hotspot.sourcegen@sourceDirs=src 223 project@com.oracle.graal.hotspot.sourcegen@sourceDirs=src
211 project@com.oracle.graal.hotspot.sourcegen@dependencies=com.oracle.graal.hotspot 224 project@com.oracle.graal.hotspot.sourcegen@dependencies=com.oracle.graal.hotspot
212 project@com.oracle.graal.hotspot.sourcegen@checkstyle=com.oracle.graal.graph 225 project@com.oracle.graal.hotspot.sourcegen@checkstyle=com.oracle.graal.graph