comparison mx/suite.py @ 21578:a880844225e4

Merge with f41409c6ff26923655747d1a36ac51892b1153ac
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Thu, 28 May 2015 21:11:28 -0700
parents 9c2c8e4b5333 47bebae7454f
children 6fffb62ccb32
comparison
equal deleted inserted replaced
21577:8a01110bfbaf 21578:a880844225e4
79 "urls" : ["http://lafo.ssw.uni-linz.ac.at/truffle/jol/jol-internals.jar"], 79 "urls" : ["http://lafo.ssw.uni-linz.ac.at/truffle/jol/jol-internals.jar"],
80 "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc", 80 "sha1" : "508bcd26a4d7c4c44048990c6ea789a3b11a62dc",
81 }, 81 },
82 82
83 "FINDBUGS" : { 83 "FINDBUGS" : {
84 "path" : "lib/findbugs-3.0.0.jar", 84 "path" : "lib/findbugs-SuppressFBWarnings.jar",
85 "urls" : [ 85 "sha1" : "fb78822d27c68fabf2cb2e5e573b3cdb5f9cae2d",
86 "jar:http://lafo.ssw.uni-linz.ac.at/graal-external-deps/findbugs-3.0.0.zip!/findbugs-3.0.0/lib/findbugs.jar",
87 "jar:http://sourceforge.net/projects/findbugs/files/findbugs/3.0.0/findbugs-3.0.0.zip/download!/findbugs-3.0.0/lib/findbugs.jar",
88 ],
89 "sha1" : "e9a938f0cb34e2ab5853f9ecb1989f6f590ee385",
90 }, 86 },
91 87
92 "DACAPO" : { 88 "DACAPO" : {
93 "path" : "lib/dacapo-9.12-bach.jar", 89 "path" : "lib/dacapo-9.12-bach.jar",
94 "urls" : [ 90 "urls" : [
155 "jar" : "jfr.jar", 151 "jar" : "jfr.jar",
156 } 152 }
157 }, 153 },
158 154
159 "projects" : { 155 "projects" : {
156 "com.oracle.jvmci.common" : {
157 "subDir" : "graal",
158 "sourceDirs" : ["src"],
159 "checkstyle" : "com.oracle.graal.graph",
160 "javaCompliance" : "1.8",
161 "workingSets" : "API,Graal",
162 },
163
164 "com.oracle.jvmci.runtime" : {
165 "subDir" : "graal",
166 "sourceDirs" : ["src"],
167 "dependencies" : [
168 "com.oracle.jvmci.code"
169 ],
170 "checkstyle" : "com.oracle.graal.graph",
171 "javaCompliance" : "1.8",
172 "workingSets" : "API,Graal",
173 },
174
175 "com.oracle.jvmci.hotspot" : {
176 "subDir" : "graal",
177 "sourceDirs" : ["src"],
178 "dependencies" : [
179 "com.oracle.jvmci.hotspotvmconfig",
180 "com.oracle.jvmci.options",
181 "com.oracle.jvmci.debug",
182 "com.oracle.jvmci.common",
183 "FINDBUGS",
184 ],
185 "annotationProcessors" : [
186 "com.oracle.jvmci.hotspotvmconfig.processor",
187 ],
188 "checkstyle" : "com.oracle.graal.graph",
189 "javaCompliance" : "1.8",
190 "workingSets" : "API,Graal",
191 },
192
160 "com.oracle.nfi" : { 193 "com.oracle.nfi" : {
161 "subDir" : "graal", 194 "subDir" : "graal",
162 "sourceDirs" : ["src"], 195 "sourceDirs" : ["src"],
163 "dependencies" : [], 196 "dependencies" : [],
164 "checkstyle" : "com.oracle.graal.graph", 197 "checkstyle" : "com.oracle.graal.graph",
168 "com.oracle.nfi.test" : { 201 "com.oracle.nfi.test" : {
169 "subDir" : "graal", 202 "subDir" : "graal",
170 "sourceDirs" : ["test"], 203 "sourceDirs" : ["test"],
171 "dependencies" : [ 204 "dependencies" : [
172 "com.oracle.nfi", 205 "com.oracle.nfi",
173 "com.oracle.graal.compiler.common", 206 "com.oracle.jvmci.common",
174 "JUNIT", 207 "JUNIT",
175 ], 208 ],
176 "checkstyle" : "com.oracle.graal.graph", 209 "checkstyle" : "com.oracle.graal.graph",
177 "javaCompliance" : "1.7", 210 "javaCompliance" : "1.7",
178 }, 211 },
205 }, 238 },
206 239
207 "com.oracle.graal.api.runtime" : { 240 "com.oracle.graal.api.runtime" : {
208 "subDir" : "graal", 241 "subDir" : "graal",
209 "sourceDirs" : ["src"], 242 "sourceDirs" : ["src"],
243 "dependencies" : [
244 "com.oracle.jvmci.runtime",
245 ],
210 "checkstyle" : "com.oracle.graal.graph", 246 "checkstyle" : "com.oracle.graal.graph",
211 "javaCompliance" : "1.8", 247 "javaCompliance" : "1.8",
212 "workingSets" : "API,Graal", 248 "workingSets" : "API,Graal",
213 }, 249 },
214 250
222 "checkstyle" : "com.oracle.graal.graph", 258 "checkstyle" : "com.oracle.graal.graph",
223 "javaCompliance" : "1.8", 259 "javaCompliance" : "1.8",
224 "workingSets" : "API,Graal,Test", 260 "workingSets" : "API,Graal,Test",
225 }, 261 },
226 262
227 "com.oracle.graal.api.meta" : { 263 "com.oracle.jvmci.meta" : {
228 "subDir" : "graal", 264 "subDir" : "graal",
229 "sourceDirs" : ["src"], 265 "sourceDirs" : ["src"],
230 "checkstyle" : "com.oracle.graal.graph", 266 "checkstyle" : "com.oracle.graal.graph",
231 "javaCompliance" : "1.8", 267 "javaCompliance" : "1.8",
232 "workingSets" : "API,Graal", 268 "workingSets" : "API,Graal",
233 }, 269 },
234 270
235 "com.oracle.graal.api.meta.test" : { 271 "com.oracle.jvmci.code" : {
236 "subDir" : "graal", 272 "subDir" : "graal",
237 "sourceDirs" : ["src"], 273 "sourceDirs" : ["src"],
238 "dependencies" : [ 274 "dependencies" : ["com.oracle.jvmci.meta"],
239 "JUNIT", 275 "checkstyle" : "com.oracle.graal.graph",
276 "javaCompliance" : "1.8",
277 "workingSets" : "API,Graal",
278 },
279
280 "com.oracle.graal.api.replacements" : {
281 "subDir" : "graal",
282 "sourceDirs" : ["src"],
283 "dependencies" : ["com.oracle.jvmci.meta"],
284 "checkstyle" : "com.oracle.graal.graph",
285 "javaCompliance" : "1.8",
286 "workingSets" : "API,Graal,Replacements",
287 },
288
289 "com.oracle.jvmci.runtime.processor" : {
290 "subDir" : "graal",
291 "sourceDirs" : ["src"],
292 "dependencies" : ["com.oracle.jvmci.runtime"],
293 "checkstyle" : "com.oracle.graal.graph",
294 "javaCompliance" : "1.8",
295 "workingSets" : "Codegen,HotSpot",
296 },
297
298 "com.oracle.graal.amd64" : {
299 "subDir" : "graal",
300 "sourceDirs" : ["src"],
301 "dependencies" : ["com.oracle.jvmci.code"],
302 "checkstyle" : "com.oracle.graal.graph",
303 "javaCompliance" : "1.8",
304 "workingSets" : "Graal,AMD64",
305 },
306
307 "com.oracle.graal.sparc" : {
308 "subDir" : "graal",
309 "sourceDirs" : ["src"],
310 "dependencies" : ["com.oracle.jvmci.code"],
311 "checkstyle" : "com.oracle.graal.graph",
312 "javaCompliance" : "1.8",
313 "workingSets" : "Graal,SPARC",
314 },
315
316 "com.oracle.jvmci.hotspotvmconfig" : {
317 "subDir" : "graal",
318 "sourceDirs" : ["src"],
319 "checkstyle" : "com.oracle.graal.graph",
320 "javaCompliance" : "1.8",
321 "workingSets" : "Graal,HotSpot",
322 },
323
324 "com.oracle.jvmci.hotspotvmconfig.processor" : {
325 "subDir" : "graal",
326 "sourceDirs" : ["src"],
327 "dependencies" : ["com.oracle.jvmci.hotspotvmconfig", "com.oracle.jvmci.common"],
328 "checkstyle" : "com.oracle.graal.graph",
329 "javaCompliance" : "1.8",
330 "workingSets" : "Graal,HotSpot,Codegen",
331 },
332
333 "com.oracle.graal.hotspot" : {
334 "subDir" : "graal",
335 "sourceDirs" : ["src"],
336 "dependencies" : [
337 "com.oracle.jvmci.hotspot",
338 "com.oracle.graal.replacements",
339 "com.oracle.graal.printer",
240 "com.oracle.graal.runtime", 340 "com.oracle.graal.runtime",
241 "com.oracle.graal.java",
242 ],
243 "checkstyle" : "com.oracle.graal.graph",
244 "javaCompliance" : "1.8",
245 "workingSets" : "API,Graal,Test",
246 "jacoco" : "exclude",
247 },
248
249 "com.oracle.graal.api.code" : {
250 "subDir" : "graal",
251 "sourceDirs" : ["src"],
252 "dependencies" : ["com.oracle.graal.api.meta"],
253 "checkstyle" : "com.oracle.graal.graph",
254 "javaCompliance" : "1.8",
255 "workingSets" : "API,Graal",
256 },
257
258 "com.oracle.graal.api.replacements" : {
259 "subDir" : "graal",
260 "sourceDirs" : ["src"],
261 "dependencies" : ["com.oracle.graal.api.meta"],
262 "checkstyle" : "com.oracle.graal.graph",
263 "javaCompliance" : "1.8",
264 "workingSets" : "API,Graal,Replacements",
265 },
266
267 "com.oracle.graal.service.processor" : {
268 "subDir" : "graal",
269 "sourceDirs" : ["src"],
270 "dependencies" : ["com.oracle.graal.api.runtime"],
271 "checkstyle" : "com.oracle.graal.graph",
272 "javaCompliance" : "1.8",
273 "workingSets" : "Codegen,HotSpot",
274 },
275
276 "com.oracle.graal.amd64" : {
277 "subDir" : "graal",
278 "sourceDirs" : ["src"],
279 "dependencies" : ["com.oracle.graal.api.code"],
280 "checkstyle" : "com.oracle.graal.graph",
281 "javaCompliance" : "1.8",
282 "workingSets" : "Graal,AMD64",
283 },
284
285 "com.oracle.graal.sparc" : {
286 "subDir" : "graal",
287 "sourceDirs" : ["src"],
288 "dependencies" : ["com.oracle.graal.api.code"],
289 "checkstyle" : "com.oracle.graal.graph",
290 "javaCompliance" : "1.8",
291 "workingSets" : "Graal,SPARC",
292 },
293
294 "com.oracle.graal.hotspotvmconfig" : {
295 "subDir" : "graal",
296 "sourceDirs" : ["src"],
297 "checkstyle" : "com.oracle.graal.graph",
298 "javaCompliance" : "1.8",
299 "workingSets" : "Graal,HotSpot",
300 },
301
302 "com.oracle.graal.hotspotvmconfig.processor" : {
303 "subDir" : "graal",
304 "sourceDirs" : ["src"],
305 "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.graal.compiler.common"],
306 "checkstyle" : "com.oracle.graal.graph",
307 "javaCompliance" : "1.8",
308 "workingSets" : "Graal,HotSpot,Codegen",
309 },
310
311 "com.oracle.graal.hotspot" : {
312 "subDir" : "graal",
313 "sourceDirs" : ["src"],
314 "dependencies" : [
315 "com.oracle.graal.replacements",
316 "com.oracle.graal.runtime",
317 "com.oracle.graal.printer",
318 "com.oracle.graal.hotspotvmconfig",
319 ], 341 ],
320 "checkstyle" : "com.oracle.graal.graph", 342 "checkstyle" : "com.oracle.graal.graph",
321 "annotationProcessors" : [ 343 "annotationProcessors" : [
322 "com.oracle.graal.replacements.verifier", 344 "com.oracle.graal.replacements.verifier",
323 "com.oracle.graal.service.processor", 345 "com.oracle.jvmci.runtime.processor",
324 "com.oracle.graal.hotspotvmconfig.processor",
325 ], 346 ],
326 "javaCompliance" : "1.8", 347 "javaCompliance" : "1.8",
327 "workingSets" : "Graal,HotSpot", 348 "workingSets" : "Graal,HotSpot",
328 }, 349 },
329 350
330 "com.oracle.graal.hotspot.loader" : { 351 "com.oracle.jvmci.hotspot.loader" : {
331 "subDir" : "graal", 352 "subDir" : "graal",
332 "sourceDirs" : ["src"], 353 "sourceDirs" : ["src"],
333 "dependencies" : [], 354 "dependencies" : [],
334 "checkstyle" : "com.oracle.graal.graph", 355 "checkstyle" : "com.oracle.graal.graph",
335 "javaCompliance" : "1.8", 356 "javaCompliance" : "1.8",
342 "dependencies" : [ 363 "dependencies" : [
343 "com.oracle.graal.hotspot", 364 "com.oracle.graal.hotspot",
344 "JFR", 365 "JFR",
345 ], 366 ],
346 "checkstyle" : "com.oracle.graal.graph", 367 "checkstyle" : "com.oracle.graal.graph",
347 "annotationProcessors" : ["com.oracle.graal.service.processor"], 368 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
348 "javaCompliance" : "1.8", 369 "javaCompliance" : "1.8",
349 "profile" : "", 370 "profile" : "",
350 "workingSets" : "Graal,HotSpot", 371 "workingSets" : "Graal,HotSpot",
351 }, 372 },
352 373
357 "com.oracle.graal.compiler.amd64", 378 "com.oracle.graal.compiler.amd64",
358 "com.oracle.graal.hotspot", 379 "com.oracle.graal.hotspot",
359 "com.oracle.graal.replacements.amd64", 380 "com.oracle.graal.replacements.amd64",
360 ], 381 ],
361 "checkstyle" : "com.oracle.graal.graph", 382 "checkstyle" : "com.oracle.graal.graph",
362 "annotationProcessors" : ["com.oracle.graal.service.processor"], 383 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
363 "javaCompliance" : "1.8", 384 "javaCompliance" : "1.8",
364 "workingSets" : "Graal,HotSpot,AMD64", 385 "workingSets" : "Graal,HotSpot,AMD64",
365 }, 386 },
366 387
367 "com.oracle.graal.hotspot.sparc" : { 388 "com.oracle.graal.hotspot.sparc" : {
370 "dependencies" : [ 391 "dependencies" : [
371 "com.oracle.graal.compiler.sparc", 392 "com.oracle.graal.compiler.sparc",
372 "com.oracle.graal.replacements.sparc", 393 "com.oracle.graal.replacements.sparc",
373 ], 394 ],
374 "checkstyle" : "com.oracle.graal.graph", 395 "checkstyle" : "com.oracle.graal.graph",
375 "annotationProcessors" : ["com.oracle.graal.service.processor", "com.oracle.graal.compiler.match.processor"], 396 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor", "com.oracle.graal.compiler.match.processor"],
376 "javaCompliance" : "1.8", 397 "javaCompliance" : "1.8",
377 "workingSets" : "Graal,HotSpot,SPARC", 398 "workingSets" : "Graal,HotSpot,SPARC",
378 }, 399 },
379 400
380 "com.oracle.graal.hotspot.test" : { 401 "com.oracle.graal.hotspot.test" : {
399 "checkstyle" : "com.oracle.graal.graph", 420 "checkstyle" : "com.oracle.graal.graph",
400 "javaCompliance" : "1.8", 421 "javaCompliance" : "1.8",
401 "workingSets" : "Graal,HotSpot,AMD64,Test", 422 "workingSets" : "Graal,HotSpot,AMD64,Test",
402 }, 423 },
403 424
404 "com.oracle.graal.options" : { 425 "com.oracle.jvmci.options" : {
405 "subDir" : "graal", 426 "subDir" : "graal",
406 "sourceDirs" : ["src"], 427 "sourceDirs" : ["src"],
407 "dependencies" : [ 428 "dependencies" : [
408 "com.oracle.graal.api.runtime", 429 "com.oracle.jvmci.runtime",
409 ], 430 ],
410 "checkstyle" : "com.oracle.graal.graph", 431 "checkstyle" : "com.oracle.graal.graph",
411 "javaCompliance" : "1.8", 432 "javaCompliance" : "1.8",
412 "workingSets" : "Graal", 433 "workingSets" : "Graal",
413 }, 434 },
414 435
415 "com.oracle.graal.options.processor" : { 436 "com.oracle.jvmci.options.processor" : {
416 "subDir" : "graal", 437 "subDir" : "graal",
417 "sourceDirs" : ["src"], 438 "sourceDirs" : ["src"],
418 "dependencies" : [ 439 "dependencies" : [
419 "com.oracle.graal.options", 440 "com.oracle.jvmci.options",
420 ], 441 ],
421 "checkstyle" : "com.oracle.graal.graph", 442 "checkstyle" : "com.oracle.graal.graph",
422 "javaCompliance" : "1.8", 443 "javaCompliance" : "1.8",
423 "workingSets" : "Graal,Codegen", 444 "workingSets" : "Graal,Codegen",
424 }, 445 },
425 446
426 "com.oracle.graal.options.test" : { 447 "com.oracle.jvmci.options.test" : {
427 "subDir" : "graal", 448 "subDir" : "graal",
428 "sourceDirs" : ["src"], 449 "sourceDirs" : ["src"],
429 "dependencies" : [ 450 "dependencies" : [
430 "com.oracle.graal.options", 451 "com.oracle.jvmci.options",
431 "JUNIT", 452 "JUNIT",
432 ], 453 ],
433 "checkstyle" : "com.oracle.graal.graph", 454 "checkstyle" : "com.oracle.graal.graph",
434 "javaCompliance" : "1.8", 455 "javaCompliance" : "1.8",
435 "workingSets" : "Graal", 456 "workingSets" : "Graal",
459 "sourceDirs" : ["src"], 480 "sourceDirs" : ["src"],
460 "dependencies" : [ 481 "dependencies" : [
461 "com.oracle.graal.nodeinfo", 482 "com.oracle.graal.nodeinfo",
462 "com.oracle.graal.compiler.common", 483 "com.oracle.graal.compiler.common",
463 "com.oracle.graal.api.collections", 484 "com.oracle.graal.api.collections",
485 "com.oracle.graal.api.runtime",
464 "FINDBUGS", 486 "FINDBUGS",
465 ], 487 ],
466 "javaCompliance" : "1.8", 488 "javaCompliance" : "1.8",
467 "annotationProcessors" : ["com.oracle.graal.nodeinfo.processor"], 489 "annotationProcessors" : ["com.oracle.graal.nodeinfo.processor"],
468 "workingSets" : "Graal,Graph", 490 "workingSets" : "Graal,Graph",
478 ], 500 ],
479 "javaCompliance" : "1.8", 501 "javaCompliance" : "1.8",
480 "workingSets" : "Graal,Graph,Test", 502 "workingSets" : "Graal,Graph,Test",
481 }, 503 },
482 504
483 "com.oracle.graal.debug" : { 505 "com.oracle.jvmci.debug" : {
484 "subDir" : "graal", 506 "subDir" : "graal",
485 "sourceDirs" : ["src"], 507 "sourceDirs" : ["src"],
486 "checkstyle" : "com.oracle.graal.graph", 508 "checkstyle" : "com.oracle.graal.graph",
487 "javaCompliance" : "1.8", 509 "javaCompliance" : "1.8",
488 "workingSets" : "Graal,Debug", 510 "workingSets" : "Graal,Debug",
489 }, 511 },
490 512
491 "com.oracle.graal.debug.test" : { 513 "com.oracle.jvmci.debug.test" : {
492 "subDir" : "graal", 514 "subDir" : "graal",
493 "sourceDirs" : ["src"], 515 "sourceDirs" : ["src"],
494 "dependencies" : [ 516 "dependencies" : [
495 "JUNIT", 517 "JUNIT",
496 "com.oracle.graal.debug", 518 "com.oracle.jvmci.debug",
497 ], 519 ],
498 "checkstyle" : "com.oracle.graal.graph", 520 "checkstyle" : "com.oracle.graal.graph",
499 "javaCompliance" : "1.8", 521 "javaCompliance" : "1.8",
500 "workingSets" : "Graal,Debug,Test", 522 "workingSets" : "Graal,Debug,Test",
501 }, 523 },
576 ], 598 ],
577 "checkstyle" : "com.oracle.graal.graph", 599 "checkstyle" : "com.oracle.graal.graph",
578 "javaCompliance" : "1.8", 600 "javaCompliance" : "1.8",
579 "annotationProcessors" : [ 601 "annotationProcessors" : [
580 "com.oracle.graal.replacements.verifier", 602 "com.oracle.graal.replacements.verifier",
581 "com.oracle.graal.service.processor", 603 "com.oracle.jvmci.runtime.processor",
582 ], 604 ],
583 "workingSets" : "Graal,Replacements", 605 "workingSets" : "Graal,Replacements",
584 }, 606 },
585 607
586 "com.oracle.graal.replacements.amd64" : { 608 "com.oracle.graal.replacements.amd64" : {
590 "com.oracle.graal.replacements", 612 "com.oracle.graal.replacements",
591 "com.oracle.graal.lir.amd64", 613 "com.oracle.graal.lir.amd64",
592 ], 614 ],
593 "checkstyle" : "com.oracle.graal.graph", 615 "checkstyle" : "com.oracle.graal.graph",
594 "javaCompliance" : "1.8", 616 "javaCompliance" : "1.8",
595 "annotationProcessors" : ["com.oracle.graal.service.processor"], 617 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
596 "workingSets" : "Graal,Replacements,AMD64", 618 "workingSets" : "Graal,Replacements,AMD64",
597 }, 619 },
598 620
599 "com.oracle.graal.replacements.sparc" : { 621 "com.oracle.graal.replacements.sparc" : {
600 "subDir" : "graal", 622 "subDir" : "graal",
720 "com.oracle.graal.virtual", 742 "com.oracle.graal.virtual",
721 "com.oracle.graal.loop", 743 "com.oracle.graal.loop",
722 ], 744 ],
723 "checkstyle" : "com.oracle.graal.graph", 745 "checkstyle" : "com.oracle.graal.graph",
724 "javaCompliance" : "1.8", 746 "javaCompliance" : "1.8",
725 "annotationProcessors" : ["com.oracle.graal.service.processor"], 747 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
726 "workingSets" : "Graal", 748 "workingSets" : "Graal",
727 }, 749 },
728 750
729 "com.oracle.graal.compiler.match.processor" : { 751 "com.oracle.graal.compiler.match.processor" : {
730 "subDir" : "graal", 752 "subDir" : "graal",
806 "dependencies" : [ 828 "dependencies" : [
807 "com.oracle.graal.phases", 829 "com.oracle.graal.phases",
808 "com.oracle.graal.graphbuilderconf" 830 "com.oracle.graal.graphbuilderconf"
809 ], 831 ],
810 "checkstyle" : "com.oracle.graal.graph", 832 "checkstyle" : "com.oracle.graal.graph",
811 "annotationProcessors" : ["com.oracle.graal.service.processor"], 833 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
812 "javaCompliance" : "1.8", 834 "javaCompliance" : "1.8",
813 "workingSets" : "Graal,Java", 835 "workingSets" : "Graal,Java",
814 }, 836 },
815 837
838 "com.oracle.graal.java.test" : {
839 "subDir" : "graal",
840 "sourceDirs" : ["src"],
841 "dependencies" : [
842 "JUNIT",
843 "com.oracle.graal.runtime",
844 "com.oracle.graal.java",
845 ],
846 "checkstyle" : "com.oracle.graal.graph",
847 "javaCompliance" : "1.8",
848 "workingSets" : "API,Graal,Test",
849 "jacoco" : "exclude",
850 },
851
816 "com.oracle.graal.graphbuilderconf" : { 852 "com.oracle.graal.graphbuilderconf" : {
817 "subDir" : "graal", 853 "subDir" : "graal",
818 "sourceDirs" : ["src"], 854 "sourceDirs" : ["src"],
819 "dependencies" : [ 855 "dependencies" : [
820 "com.oracle.graal.nodes", 856 "com.oracle.graal.nodes",
826 862
827 "com.oracle.graal.compiler.common" : { 863 "com.oracle.graal.compiler.common" : {
828 "subDir" : "graal", 864 "subDir" : "graal",
829 "sourceDirs" : ["src"], 865 "sourceDirs" : ["src"],
830 "dependencies" : [ 866 "dependencies" : [
831 "com.oracle.graal.api.code", 867 "com.oracle.jvmci.options",
832 "com.oracle.graal.options", 868 "com.oracle.jvmci.debug",
833 "com.oracle.graal.debug", 869 "com.oracle.jvmci.common",
834 ], 870 ],
835 "annotationProcessors" : ["com.oracle.graal.options.processor"], 871 "annotationProcessors" : ["com.oracle.jvmci.options.processor"],
836 "checkstyle" : "com.oracle.graal.graph", 872 "checkstyle" : "com.oracle.graal.graph",
837 "javaCompliance" : "1.8", 873 "javaCompliance" : "1.8",
838 "workingSets" : "Graal,Java", 874 "workingSets" : "Graal,Java",
839 }, 875 },
840 876
853 "com.oracle.graal.test" : { 889 "com.oracle.graal.test" : {
854 "subDir" : "graal", 890 "subDir" : "graal",
855 "sourceDirs" : ["src"], 891 "sourceDirs" : ["src"],
856 "dependencies" : [ 892 "dependencies" : [
857 "JUNIT", 893 "JUNIT",
858 "com.oracle.graal.debug", 894 "com.oracle.jvmci.debug",
859 ], 895 ],
860 "checkstyle" : "com.oracle.graal.graph", 896 "checkstyle" : "com.oracle.graal.graph",
861 "javaCompliance" : "1.8", 897 "javaCompliance" : "1.8",
862 "workingSets" : "Graal,Test", 898 "workingSets" : "Graal,Test",
863 }, 899 },
891 }, 927 },
892 928
893 "com.oracle.graal.asm" : { 929 "com.oracle.graal.asm" : {
894 "subDir" : "graal", 930 "subDir" : "graal",
895 "sourceDirs" : ["src"], 931 "sourceDirs" : ["src"],
896 "dependencies" : ["com.oracle.graal.api.code"], 932 "dependencies" : ["com.oracle.jvmci.code"],
897 "checkstyle" : "com.oracle.graal.graph", 933 "checkstyle" : "com.oracle.graal.graph",
898 "javaCompliance" : "1.8", 934 "javaCompliance" : "1.8",
899 "workingSets" : "Graal,Assembler", 935 "workingSets" : "Graal,Assembler",
900 }, 936 },
901 937
1165 "com.oracle.graal.hotspot", 1201 "com.oracle.graal.hotspot",
1166 "com.oracle.nfi", 1202 "com.oracle.nfi",
1167 ], 1203 ],
1168 "checkstyle" : "com.oracle.graal.graph", 1204 "checkstyle" : "com.oracle.graal.graph",
1169 "javaCompliance" : "1.8", 1205 "javaCompliance" : "1.8",
1170 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1206 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
1171 "workingSets" : "Graal,Truffle", 1207 "workingSets" : "Graal,Truffle",
1172 }, 1208 },
1173 1209
1174 "com.oracle.graal.truffle.hotspot.amd64" : { 1210 "com.oracle.graal.truffle.hotspot.amd64" : {
1175 "subDir" : "graal", 1211 "subDir" : "graal",
1178 "com.oracle.graal.truffle.hotspot", 1214 "com.oracle.graal.truffle.hotspot",
1179 "com.oracle.graal.hotspot.amd64", 1215 "com.oracle.graal.hotspot.amd64",
1180 ], 1216 ],
1181 "checkstyle" : "com.oracle.graal.graph", 1217 "checkstyle" : "com.oracle.graal.graph",
1182 "javaCompliance" : "1.8", 1218 "javaCompliance" : "1.8",
1183 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1219 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
1184 "workingSets" : "Graal,Truffle", 1220 "workingSets" : "Graal,Truffle",
1185 }, 1221 },
1186 1222
1187 "com.oracle.graal.truffle.hotspot.sparc" : { 1223 "com.oracle.graal.truffle.hotspot.sparc" : {
1188 "subDir" : "graal", 1224 "subDir" : "graal",
1191 "com.oracle.graal.truffle.hotspot", 1227 "com.oracle.graal.truffle.hotspot",
1192 "com.oracle.graal.asm.sparc", 1228 "com.oracle.graal.asm.sparc",
1193 ], 1229 ],
1194 "checkstyle" : "com.oracle.graal.graph", 1230 "checkstyle" : "com.oracle.graal.graph",
1195 "javaCompliance" : "1.8", 1231 "javaCompliance" : "1.8",
1196 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1232 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
1197 "workingSets" : "Graal,Truffle,SPARC", 1233 "workingSets" : "Graal,Truffle,SPARC",
1198 } 1234 }
1199 }, 1235 },
1200 1236
1201 "distributions" : { 1237 "distributions" : {
1210 "com.oracle.graal.hotspot.jfr", 1246 "com.oracle.graal.hotspot.jfr",
1211 ], 1247 ],
1212 "exclude" : ["FINDBUGS"], 1248 "exclude" : ["FINDBUGS"],
1213 }, 1249 },
1214 1250
1215 "GRAAL_LOADER" : { 1251 "JVMCI_LOADER" : {
1216 "path" : "build/graal-loader.jar", 1252 "path" : "build/jvmci-loader.jar",
1217 "subDir" : "graal", 1253 "subDir" : "graal",
1218 "sourcesPath" : "build/graal-loader.src.zip", 1254 "sourcesPath" : "build/jvmci-loader.src.zip",
1219 "dependencies" : ["com.oracle.graal.hotspot.loader"], 1255 "dependencies" : ["com.oracle.jvmci.hotspot.loader"],
1220 }, 1256 },
1221 1257
1222 "TRUFFLE" : { 1258 "TRUFFLE" : {
1223 "path" : "build/truffle.jar", 1259 "path" : "build/truffle.jar",
1224 "subDir" : "graal", 1260 "subDir" : "graal",