comparison mx.graal/suite.py @ 22183:2fa87eb4ed95

fixed canonicalization
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Jul 2015 02:20:47 +0200
parents a92e1f6d4ee4
children 329f734a9803
comparison
equal deleted inserted replaced
22182:a92e1f6d4ee4 22183:2fa87eb4ed95
199 199
200 "com.oracle.graal.hotspot.amd64" : { 200 "com.oracle.graal.hotspot.amd64" : {
201 "subDir" : "graal", 201 "subDir" : "graal",
202 "sourceDirs" : ["src"], 202 "sourceDirs" : ["src"],
203 "dependencies" : [ 203 "dependencies" : [
204 "jvmci:JVMCI_HOTSPOT",
205 "com.oracle.graal.compiler.amd64", 204 "com.oracle.graal.compiler.amd64",
206 "com.oracle.graal.hotspot", 205 "com.oracle.graal.hotspot",
207 "com.oracle.graal.replacements.amd64", 206 "com.oracle.graal.replacements.amd64",
208 ], 207 ],
209 "checkstyle" : "com.oracle.graal.graph", 208 "checkstyle" : "com.oracle.graal.graph",
218 "com.oracle.graal.hotspot.sparc" : { 217 "com.oracle.graal.hotspot.sparc" : {
219 "subDir" : "graal", 218 "subDir" : "graal",
220 "sourceDirs" : ["src"], 219 "sourceDirs" : ["src"],
221 "dependencies" : [ 220 "dependencies" : [
222 "com.oracle.graal.hotspot", 221 "com.oracle.graal.hotspot",
223 "jvmci:JVMCI_HOTSPOT",
224 "com.oracle.graal.compiler.sparc", 222 "com.oracle.graal.compiler.sparc",
225 "com.oracle.graal.replacements.sparc", 223 "com.oracle.graal.replacements.sparc",
226 ], 224 ],
227 "checkstyle" : "com.oracle.graal.graph", 225 "checkstyle" : "com.oracle.graal.graph",
228 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"], 226 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"],
350 "subDir" : "graal", 348 "subDir" : "graal",
351 "sourceDirs" : ["src"], 349 "sourceDirs" : ["src"],
352 "dependencies" : [ 350 "dependencies" : [
353 "com.oracle.graal.code", 351 "com.oracle.graal.code",
354 "com.oracle.graal.test", 352 "com.oracle.graal.test",
355 "jvmci:JVMCI_API",
356 ], 353 ],
357 "checkstyle" : "com.oracle.graal.graph", 354 "checkstyle" : "com.oracle.graal.graph",
358 "javaCompliance" : "1.8", 355 "javaCompliance" : "1.8",
359 "workingSets" : "Graal,Assembler,Test", 356 "workingSets" : "Graal,Assembler,Test",
360 }, 357 },
522 "dependencies" : [ 519 "dependencies" : [
523 "com.oracle.graal.graph", 520 "com.oracle.graal.graph",
524 "com.oracle.graal.api.replacements", 521 "com.oracle.graal.api.replacements",
525 "com.oracle.graal.lir", 522 "com.oracle.graal.lir",
526 "com.oracle.graal.bytecode", 523 "com.oracle.graal.bytecode",
527 "jvmci:JVMCI_HOTSPOT",
528 ], 524 ],
529 "checkstyle" : "com.oracle.graal.graph", 525 "checkstyle" : "com.oracle.graal.graph",
530 "javaCompliance" : "1.8", 526 "javaCompliance" : "1.8",
531 "annotationProcessors" : [ 527 "annotationProcessors" : [
532 "GRAAL_NODEINFO_PROCESSOR", 528 "GRAAL_NODEINFO_PROCESSOR",
659 "com.oracle.graal.compiler.amd64.test" : { 655 "com.oracle.graal.compiler.amd64.test" : {
660 "subDir" : "graal", 656 "subDir" : "graal",
661 "sourceDirs" : ["src"], 657 "sourceDirs" : ["src"],
662 "dependencies" : [ 658 "dependencies" : [
663 "com.oracle.graal.lir.jtt", 659 "com.oracle.graal.lir.jtt",
660 "jvmci:JVMCI_HOTSPOT"
664 ], 661 ],
665 "checkstyle" : "com.oracle.graal.graph", 662 "checkstyle" : "com.oracle.graal.graph",
666 "javaCompliance" : "1.8", 663 "javaCompliance" : "1.8",
667 "workingSets" : "Graal,AMD64,Test", 664 "workingSets" : "Graal,AMD64,Test",
668 }, 665 },
686 "com.oracle.graal.compiler.sparc.test" : { 683 "com.oracle.graal.compiler.sparc.test" : {
687 "subDir" : "graal", 684 "subDir" : "graal",
688 "sourceDirs" : ["src"], 685 "sourceDirs" : ["src"],
689 "dependencies" : [ 686 "dependencies" : [
690 "com.oracle.graal.compiler.test", 687 "com.oracle.graal.compiler.test",
688 "jvmci:JVMCI_HOTSPOT"
691 ], 689 ],
692 "checkstyle" : "com.oracle.graal.graph", 690 "checkstyle" : "com.oracle.graal.graph",
693 "javaCompliance" : "1.8", 691 "javaCompliance" : "1.8",
694 "workingSets" : "Graal,SPARC,Test", 692 "workingSets" : "Graal,SPARC,Test",
695 }, 693 },