comparison mx/suite.py @ 21576:9c2c8e4b5333

Merge with 4b3b38415adf974774952abb69b359053d6f0018
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Thu, 28 May 2015 10:16:13 -0700
parents fc376e0b80ba 28cbfacd0518
children a880844225e4
comparison
equal deleted inserted replaced
21575:93278d847834 21576:9c2c8e4b5333
334 "checkstyle" : "com.oracle.graal.graph", 334 "checkstyle" : "com.oracle.graal.graph",
335 "javaCompliance" : "1.8", 335 "javaCompliance" : "1.8",
336 "workingSets" : "Graal,HotSpot", 336 "workingSets" : "Graal,HotSpot",
337 }, 337 },
338 338
339 "com.oracle.graal.hotspot.sourcegen" : {
340 "subDir" : "graal",
341 "sourceDirs" : ["src"],
342 "dependencies" : ["com.oracle.graal.hotspot"],
343 "checkstyle" : "com.oracle.graal.graph",
344 "javaCompliance" : "1.8",
345 "workingSets" : "Graal,HotSpot",
346 },
347
348 "com.oracle.graal.hotspot.jfr" : { 339 "com.oracle.graal.hotspot.jfr" : {
349 "subDir" : "graal", 340 "subDir" : "graal",
350 "sourceDirs" : ["src"], 341 "sourceDirs" : ["src"],
351 "dependencies" : [ 342 "dependencies" : [
352 "com.oracle.graal.hotspot", 343 "com.oracle.graal.hotspot",
411 }, 402 },
412 403
413 "com.oracle.graal.options" : { 404 "com.oracle.graal.options" : {
414 "subDir" : "graal", 405 "subDir" : "graal",
415 "sourceDirs" : ["src"], 406 "sourceDirs" : ["src"],
407 "dependencies" : [
408 "com.oracle.graal.api.runtime",
409 ],
416 "checkstyle" : "com.oracle.graal.graph", 410 "checkstyle" : "com.oracle.graal.graph",
417 "javaCompliance" : "1.8", 411 "javaCompliance" : "1.8",
418 "workingSets" : "Graal", 412 "workingSets" : "Graal",
419 }, 413 },
420 414
465 "sourceDirs" : ["src"], 459 "sourceDirs" : ["src"],
466 "dependencies" : [ 460 "dependencies" : [
467 "com.oracle.graal.nodeinfo", 461 "com.oracle.graal.nodeinfo",
468 "com.oracle.graal.compiler.common", 462 "com.oracle.graal.compiler.common",
469 "com.oracle.graal.api.collections", 463 "com.oracle.graal.api.collections",
470 "com.oracle.graal.api.runtime",
471 "FINDBUGS", 464 "FINDBUGS",
472 ], 465 ],
473 "javaCompliance" : "1.8", 466 "javaCompliance" : "1.8",
474 "annotationProcessors" : ["com.oracle.graal.nodeinfo.processor"], 467 "annotationProcessors" : ["com.oracle.graal.nodeinfo.processor"],
475 "workingSets" : "Graal,Graph", 468 "workingSets" : "Graal,Graph",