comparison mx/suite.py @ 21538:c1e2fdb5fea3

removed more dependencies from JVMCI classes to non-JVMCI classes (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Mon, 25 May 2015 17:20:39 +0200
parents 07b088d61d5d
children d3002f7bd223
comparison
equal deleted inserted replaced
21537:ca14581fadc4 21538:c1e2fdb5fea3
206 }, 206 },
207 207
208 "com.oracle.graal.api.runtime" : { 208 "com.oracle.graal.api.runtime" : {
209 "subDir" : "graal", 209 "subDir" : "graal",
210 "sourceDirs" : ["src"], 210 "sourceDirs" : ["src"],
211 "dependencies" : [
212 "com.oracle.jvmci.runtime",
213 ],
211 "checkstyle" : "com.oracle.graal.graph", 214 "checkstyle" : "com.oracle.graal.graph",
212 "javaCompliance" : "1.8", 215 "javaCompliance" : "1.8",
213 "workingSets" : "API,Graal", 216 "workingSets" : "API,Graal",
214 }, 217 },
215 218
266 }, 269 },
267 270
268 "com.oracle.graal.service.processor" : { 271 "com.oracle.graal.service.processor" : {
269 "subDir" : "graal", 272 "subDir" : "graal",
270 "sourceDirs" : ["src"], 273 "sourceDirs" : ["src"],
271 "dependencies" : ["com.oracle.graal.api.runtime"], 274 "dependencies" : ["com.oracle.jvmci.runtime"],
272 "checkstyle" : "com.oracle.graal.graph", 275 "checkstyle" : "com.oracle.graal.graph",
273 "javaCompliance" : "1.8", 276 "javaCompliance" : "1.8",
274 "workingSets" : "Codegen,HotSpot", 277 "workingSets" : "Codegen,HotSpot",
275 }, 278 },
276 279
311 314
312 "com.oracle.graal.hotspot" : { 315 "com.oracle.graal.hotspot" : {
313 "subDir" : "graal", 316 "subDir" : "graal",
314 "sourceDirs" : ["src"], 317 "sourceDirs" : ["src"],
315 "dependencies" : [ 318 "dependencies" : [
316 "com.oracle.jvmci.runtime",
317 "com.oracle.graal.replacements", 319 "com.oracle.graal.replacements",
320 "com.oracle.graal.printer",
318 "com.oracle.graal.runtime", 321 "com.oracle.graal.runtime",
319 "com.oracle.graal.printer",
320 "com.oracle.graal.hotspotvmconfig", 322 "com.oracle.graal.hotspotvmconfig",
321 ], 323 ],
322 "checkstyle" : "com.oracle.graal.graph", 324 "checkstyle" : "com.oracle.graal.graph",
323 "annotationProcessors" : [ 325 "annotationProcessors" : [
324 "com.oracle.graal.replacements.verifier", 326 "com.oracle.graal.replacements.verifier",