comparison mx/suite.py @ 21539:d3002f7bd223

renamed com.oracle.graal.service.processor to com.oracle.jvmci.runtime.processor (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Mon, 25 May 2015 17:34:32 +0200
parents c1e2fdb5fea3
children 5e868236654f
comparison
equal deleted inserted replaced
21538:c1e2fdb5fea3 21539:d3002f7bd223
266 "checkstyle" : "com.oracle.graal.graph", 266 "checkstyle" : "com.oracle.graal.graph",
267 "javaCompliance" : "1.8", 267 "javaCompliance" : "1.8",
268 "workingSets" : "API,Graal,Replacements", 268 "workingSets" : "API,Graal,Replacements",
269 }, 269 },
270 270
271 "com.oracle.graal.service.processor" : { 271 "com.oracle.jvmci.runtime.processor" : {
272 "subDir" : "graal", 272 "subDir" : "graal",
273 "sourceDirs" : ["src"], 273 "sourceDirs" : ["src"],
274 "dependencies" : ["com.oracle.jvmci.runtime"], 274 "dependencies" : ["com.oracle.jvmci.runtime"],
275 "checkstyle" : "com.oracle.graal.graph", 275 "checkstyle" : "com.oracle.graal.graph",
276 "javaCompliance" : "1.8", 276 "javaCompliance" : "1.8",
322 "com.oracle.graal.hotspotvmconfig", 322 "com.oracle.graal.hotspotvmconfig",
323 ], 323 ],
324 "checkstyle" : "com.oracle.graal.graph", 324 "checkstyle" : "com.oracle.graal.graph",
325 "annotationProcessors" : [ 325 "annotationProcessors" : [
326 "com.oracle.graal.replacements.verifier", 326 "com.oracle.graal.replacements.verifier",
327 "com.oracle.graal.service.processor", 327 "com.oracle.jvmci.runtime.processor",
328 "com.oracle.graal.hotspotvmconfig.processor", 328 "com.oracle.graal.hotspotvmconfig.processor",
329 ], 329 ],
330 "javaCompliance" : "1.8", 330 "javaCompliance" : "1.8",
331 "workingSets" : "Graal,HotSpot", 331 "workingSets" : "Graal,HotSpot",
332 }, 332 },
355 "dependencies" : [ 355 "dependencies" : [
356 "com.oracle.graal.hotspot", 356 "com.oracle.graal.hotspot",
357 "JFR", 357 "JFR",
358 ], 358 ],
359 "checkstyle" : "com.oracle.graal.graph", 359 "checkstyle" : "com.oracle.graal.graph",
360 "annotationProcessors" : ["com.oracle.graal.service.processor"], 360 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
361 "javaCompliance" : "1.8", 361 "javaCompliance" : "1.8",
362 "profile" : "", 362 "profile" : "",
363 "workingSets" : "Graal,HotSpot", 363 "workingSets" : "Graal,HotSpot",
364 }, 364 },
365 365
370 "com.oracle.graal.compiler.amd64", 370 "com.oracle.graal.compiler.amd64",
371 "com.oracle.graal.hotspot", 371 "com.oracle.graal.hotspot",
372 "com.oracle.graal.replacements.amd64", 372 "com.oracle.graal.replacements.amd64",
373 ], 373 ],
374 "checkstyle" : "com.oracle.graal.graph", 374 "checkstyle" : "com.oracle.graal.graph",
375 "annotationProcessors" : ["com.oracle.graal.service.processor"], 375 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
376 "javaCompliance" : "1.8", 376 "javaCompliance" : "1.8",
377 "workingSets" : "Graal,HotSpot,AMD64", 377 "workingSets" : "Graal,HotSpot,AMD64",
378 }, 378 },
379 379
380 "com.oracle.graal.hotspot.sparc" : { 380 "com.oracle.graal.hotspot.sparc" : {
383 "dependencies" : [ 383 "dependencies" : [
384 "com.oracle.graal.compiler.sparc", 384 "com.oracle.graal.compiler.sparc",
385 "com.oracle.graal.replacements.sparc", 385 "com.oracle.graal.replacements.sparc",
386 ], 386 ],
387 "checkstyle" : "com.oracle.graal.graph", 387 "checkstyle" : "com.oracle.graal.graph",
388 "annotationProcessors" : ["com.oracle.graal.service.processor", "com.oracle.graal.compiler.match.processor"], 388 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor", "com.oracle.graal.compiler.match.processor"],
389 "javaCompliance" : "1.8", 389 "javaCompliance" : "1.8",
390 "workingSets" : "Graal,HotSpot,SPARC", 390 "workingSets" : "Graal,HotSpot,SPARC",
391 }, 391 },
392 392
393 "com.oracle.graal.hotspot.test" : { 393 "com.oracle.graal.hotspot.test" : {
587 ], 587 ],
588 "checkstyle" : "com.oracle.graal.graph", 588 "checkstyle" : "com.oracle.graal.graph",
589 "javaCompliance" : "1.8", 589 "javaCompliance" : "1.8",
590 "annotationProcessors" : [ 590 "annotationProcessors" : [
591 "com.oracle.graal.replacements.verifier", 591 "com.oracle.graal.replacements.verifier",
592 "com.oracle.graal.service.processor", 592 "com.oracle.jvmci.runtime.processor",
593 ], 593 ],
594 "workingSets" : "Graal,Replacements", 594 "workingSets" : "Graal,Replacements",
595 }, 595 },
596 596
597 "com.oracle.graal.replacements.amd64" : { 597 "com.oracle.graal.replacements.amd64" : {
601 "com.oracle.graal.replacements", 601 "com.oracle.graal.replacements",
602 "com.oracle.graal.lir.amd64", 602 "com.oracle.graal.lir.amd64",
603 ], 603 ],
604 "checkstyle" : "com.oracle.graal.graph", 604 "checkstyle" : "com.oracle.graal.graph",
605 "javaCompliance" : "1.8", 605 "javaCompliance" : "1.8",
606 "annotationProcessors" : ["com.oracle.graal.service.processor"], 606 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
607 "workingSets" : "Graal,Replacements,AMD64", 607 "workingSets" : "Graal,Replacements,AMD64",
608 }, 608 },
609 609
610 "com.oracle.graal.replacements.sparc" : { 610 "com.oracle.graal.replacements.sparc" : {
611 "subDir" : "graal", 611 "subDir" : "graal",
731 "com.oracle.graal.virtual", 731 "com.oracle.graal.virtual",
732 "com.oracle.graal.loop", 732 "com.oracle.graal.loop",
733 ], 733 ],
734 "checkstyle" : "com.oracle.graal.graph", 734 "checkstyle" : "com.oracle.graal.graph",
735 "javaCompliance" : "1.8", 735 "javaCompliance" : "1.8",
736 "annotationProcessors" : ["com.oracle.graal.service.processor"], 736 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
737 "workingSets" : "Graal", 737 "workingSets" : "Graal",
738 }, 738 },
739 739
740 "com.oracle.graal.compiler.match.processor" : { 740 "com.oracle.graal.compiler.match.processor" : {
741 "subDir" : "graal", 741 "subDir" : "graal",
817 "dependencies" : [ 817 "dependencies" : [
818 "com.oracle.graal.phases", 818 "com.oracle.graal.phases",
819 "com.oracle.graal.graphbuilderconf" 819 "com.oracle.graal.graphbuilderconf"
820 ], 820 ],
821 "checkstyle" : "com.oracle.graal.graph", 821 "checkstyle" : "com.oracle.graal.graph",
822 "annotationProcessors" : ["com.oracle.graal.service.processor"], 822 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
823 "javaCompliance" : "1.8", 823 "javaCompliance" : "1.8",
824 "workingSets" : "Graal,Java", 824 "workingSets" : "Graal,Java",
825 }, 825 },
826 826
827 "com.oracle.graal.graphbuilderconf" : { 827 "com.oracle.graal.graphbuilderconf" : {
1120 "com.oracle.graal.hotspot", 1120 "com.oracle.graal.hotspot",
1121 "com.oracle.nfi", 1121 "com.oracle.nfi",
1122 ], 1122 ],
1123 "checkstyle" : "com.oracle.graal.graph", 1123 "checkstyle" : "com.oracle.graal.graph",
1124 "javaCompliance" : "1.8", 1124 "javaCompliance" : "1.8",
1125 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1125 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
1126 "workingSets" : "Graal,Truffle", 1126 "workingSets" : "Graal,Truffle",
1127 }, 1127 },
1128 1128
1129 "com.oracle.graal.truffle.hotspot.amd64" : { 1129 "com.oracle.graal.truffle.hotspot.amd64" : {
1130 "subDir" : "graal", 1130 "subDir" : "graal",
1133 "com.oracle.graal.truffle.hotspot", 1133 "com.oracle.graal.truffle.hotspot",
1134 "com.oracle.graal.hotspot.amd64", 1134 "com.oracle.graal.hotspot.amd64",
1135 ], 1135 ],
1136 "checkstyle" : "com.oracle.graal.graph", 1136 "checkstyle" : "com.oracle.graal.graph",
1137 "javaCompliance" : "1.8", 1137 "javaCompliance" : "1.8",
1138 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1138 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
1139 "workingSets" : "Graal,Truffle", 1139 "workingSets" : "Graal,Truffle",
1140 }, 1140 },
1141 1141
1142 "com.oracle.graal.truffle.hotspot.sparc" : { 1142 "com.oracle.graal.truffle.hotspot.sparc" : {
1143 "subDir" : "graal", 1143 "subDir" : "graal",
1146 "com.oracle.graal.truffle.hotspot", 1146 "com.oracle.graal.truffle.hotspot",
1147 "com.oracle.graal.asm.sparc", 1147 "com.oracle.graal.asm.sparc",
1148 ], 1148 ],
1149 "checkstyle" : "com.oracle.graal.graph", 1149 "checkstyle" : "com.oracle.graal.graph",
1150 "javaCompliance" : "1.8", 1150 "javaCompliance" : "1.8",
1151 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1151 "annotationProcessors" : ["com.oracle.jvmci.runtime.processor"],
1152 "workingSets" : "Graal,Truffle,SPARC", 1152 "workingSets" : "Graal,Truffle,SPARC",
1153 } 1153 }
1154 }, 1154 },
1155 1155
1156 "distributions" : { 1156 "distributions" : {