comparison mx.graal/suite.py @ 23316:52f4acf6f365

Update import: Move CompilationResult and DataSection from JVMCI to Graal.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 18 Jan 2016 10:29:19 +0100
parents b9e2743ec122
children ed6a5ffb2e9c
comparison
equal deleted inserted replaced
23315:b9e2743ec122 23316:52f4acf6f365
37 "imports" : { 37 "imports" : {
38 "suites": suites([ 38 "suites": suites([
39 { 39 {
40 "name" : "jvmci", 40 "name" : "jvmci",
41 "optional" : "true", 41 "optional" : "true",
42 "version" : "1fbfcc0334d34d574646289ce1c93b05699ee555", 42 "version" : "8a3fd0269d15ae84d31c34df144297df5ba3c773",
43 "urls" : [ 43 "urls" : [
44 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 44 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
45 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 45 {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
46 ] 46 ]
47 }, 47 },
278 "dependencies" : deps([ 278 "dependencies" : deps([
279 "jvmci:JVMCI_HOTSPOT", 279 "jvmci:JVMCI_HOTSPOT",
280 "com.oracle.graal.api.runtime", 280 "com.oracle.graal.api.runtime",
281 "com.oracle.graal.replacements", 281 "com.oracle.graal.replacements",
282 "com.oracle.graal.runtime", 282 "com.oracle.graal.runtime",
283 "com.oracle.graal.code",
284 ]), 283 ]),
285 "checkstyle" : "com.oracle.graal.graph", 284 "checkstyle" : "com.oracle.graal.graph",
286 "annotationProcessors" : [ 285 "annotationProcessors" : [
287 "GRAAL_NODEINFO_PROCESSOR", 286 "GRAAL_NODEINFO_PROCESSOR",
288 "GRAAL_COMPILER_MATCH_PROCESSOR", 287 "GRAAL_COMPILER_MATCH_PROCESSOR",
482 481
483 "com.oracle.graal.asm.test" : { 482 "com.oracle.graal.asm.test" : {
484 "subDir" : "graal", 483 "subDir" : "graal",
485 "sourceDirs" : ["src"], 484 "sourceDirs" : ["src"],
486 "dependencies" : [ 485 "dependencies" : [
486 "com.oracle.graal.api.test",
487 "com.oracle.graal.code", 487 "com.oracle.graal.code",
488 "com.oracle.graal.runtime",
488 "com.oracle.graal.test", 489 "com.oracle.graal.test",
489 "com.oracle.graal.debug", 490 "com.oracle.graal.debug",
490 ], 491 ],
491 "checkstyle" : "com.oracle.graal.graph", 492 "checkstyle" : "com.oracle.graal.graph",
492 "javaCompliance" : "1.8", 493 "javaCompliance" : "1.8",
519 520
520 "com.oracle.graal.lir" : { 521 "com.oracle.graal.lir" : {
521 "subDir" : "graal", 522 "subDir" : "graal",
522 "sourceDirs" : ["src"], 523 "sourceDirs" : ["src"],
523 "dependencies" : [ 524 "dependencies" : [
525 "com.oracle.graal.asm",
526 "com.oracle.graal.code",
524 "com.oracle.graal.compiler.common", 527 "com.oracle.graal.compiler.common",
525 "com.oracle.graal.asm",
526 ], 528 ],
527 "annotationProcessors" : ["GRAAL_OPTIONS_PROCESSOR"], 529 "annotationProcessors" : ["GRAAL_OPTIONS_PROCESSOR"],
528 "checkstyle" : "com.oracle.graal.graph", 530 "checkstyle" : "com.oracle.graal.graph",
529 "javaCompliance" : "1.8", 531 "javaCompliance" : "1.8",
530 "workingSets" : "Graal,LIR", 532 "workingSets" : "Graal,LIR",
700 "subDir" : "graal", 702 "subDir" : "graal",
701 "sourceDirs" : ["src"], 703 "sourceDirs" : ["src"],
702 "dependencies" : [ 704 "dependencies" : [
703 "com.oracle.graal.graph", 705 "com.oracle.graal.graph",
704 "com.oracle.graal.api.replacements", 706 "com.oracle.graal.api.replacements",
707 "com.oracle.graal.bytecode",
705 "com.oracle.graal.lir", 708 "com.oracle.graal.lir",
706 "com.oracle.graal.bytecode", 709 ],
707 ],
708 "generatedDependencies" : ["com.oracle.graal.serviceprovider"],
709 "checkstyle" : "com.oracle.graal.graph", 710 "checkstyle" : "com.oracle.graal.graph",
710 "javaCompliance" : "1.8", 711 "javaCompliance" : "1.8",
711 "annotationProcessors" : [ 712 "annotationProcessors" : [
712 "GRAAL_NODEINFO_PROCESSOR", 713 "GRAAL_NODEINFO_PROCESSOR",
713 "GRAAL_REPLACEMENTS_VERIFIER", 714 "GRAAL_REPLACEMENTS_VERIFIER",
972 973
973 "com.oracle.graal.printer" : { 974 "com.oracle.graal.printer" : {
974 "subDir" : "graal", 975 "subDir" : "graal",
975 "sourceDirs" : ["src"], 976 "sourceDirs" : ["src"],
976 "dependencies" : [ 977 "dependencies" : [
977 "com.oracle.graal.code", 978 "com.oracle.graal.compiler",
978 "com.oracle.graal.java", 979 "com.oracle.graal.java",
979 "com.oracle.graal.compiler",
980 ], 980 ],
981 "annotationProcessors" : [ 981 "annotationProcessors" : [
982 "GRAAL_OPTIONS_PROCESSOR", 982 "GRAAL_OPTIONS_PROCESSOR",
983 "GRAAL_SERVICEPROVIDER_PROCESSOR" 983 "GRAAL_SERVICEPROVIDER_PROCESSOR"
984 ], 984 ],