annotate mx.graal/suite.py @ 22182:a92e1f6d4ee4

fixed incomplete or redundant "annotationProcessors" attributes
author Doug Simon <doug.simon@oracle.com>
date Mon, 20 Jul 2015 12:50:09 +0200
parents 275fb0d9c87c
children 2fa87eb4ed95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
1 suite = {
22174
7d37d91625e3 updated mx2 version requirement
Doug Simon <doug.simon@oracle.com>
parents: 22173
diff changeset
2 "mxversion" : "4.3.4",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
3 "name" : "graal",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
4
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
5 "imports" : {
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
6 "suites": [
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
7 {
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
8 "name" : "jvmci",
22175
42ee3b572280 updated imported suite versions
Doug Simon <doug.simon@oracle.com>
parents: 22174
diff changeset
9 "version" : "2ea24a36675cf5264577361bddbc2ee2517dd08d",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
10 "urls" : [
22140
c00df8ed0cc5 fixed path to graal-jvmci-8 repo
Doug Simon <doug.simon@oracle.com>
parents: 22139
diff changeset
11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
12 ]
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
13 },
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
14 {
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
15 "name" : "truffle",
22177
8f62f2bae04e updated imported suite versions
Doug Simon <doug.simon@oracle.com>
parents: 22176
diff changeset
16 "version" : "6efd3e3389adfcc1f43e07be8f0aae2cb8cd5499",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
17 "urls" : [
22173
3e538f71875e fixed reference to new truffle repo
Doug Simon <doug.simon@oracle.com>
parents: 22171
diff changeset
18 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"},
22171
3e104b9d5c55 removed unnecessary library definitions
Doug Simon <doug.simon@oracle.com>
parents: 22145
diff changeset
19 # Disable reference to snapshots until they are built from truffle-mx2 or truffle-mx2 is renamed to truffle
22176
Doug Simon <doug.simon@oracle.com>
parents: 22175 22144
diff changeset
20 #{"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
21 ]
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
22 },
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
23 ]
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
24 },
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
25
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
26 "libraries" : {
21568
3b8bbf51d320 Truffle/Debugging: add the Truffle DebugEngine and supporting code, as well as add a crude command-line debugging tool used mainly to test the DebugEngine. Migrate the small tols out of project com.oracle.truffle.api into the new project com.oracle.truffle.tools.
Michael Van De Vanter <michael.van.de.vanter@oracle.com>
parents: 21449
diff changeset
27
21705
729e6acde6c0 added JVMCI_UTIL distribution
Doug Simon <doug.simon@oracle.com>
parents: 21677
diff changeset
28 # ------------- Libraries -------------
729e6acde6c0 added JVMCI_UTIL distribution
Doug Simon <doug.simon@oracle.com>
parents: 21677
diff changeset
29
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
30 "DACAPO" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
31 "path" : "lib/dacapo-9.12-bach.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
32 "urls" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
33 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/dacapo-9.12-bach.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
34 "http://softlayer.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
35 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
36 "sha1" : "2626a9546df09009f6da0df854e6dc1113ef7dd4",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
37 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
38
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
39 "JACOCOAGENT" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
40 "path" : "lib/jacocoagent.jar",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
41 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoagent-0.7.1-1.jar"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
42 "sha1" : "2f73a645b02e39290e577ce555f00b02004650b0",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
43 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
44
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
45 "JACOCOREPORT" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
46 "path" : "lib/jacocoreport.jar",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
47 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoreport-0.7.1-2.jar"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
48 "sha1" : "a630436391832d697a12c8f7daef8655d7a1efd2",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
49 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
50
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
51 "DACAPO_SCALA" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
52 "path" : "lib/dacapo-scala-0.1.0-20120216.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
53 "urls" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
54 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/dacapo-scala-0.1.0-20120216.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
55 "http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
56 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
57 "sha1" : "59b64c974662b5cf9dbd3cf9045d293853dd7a51",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
58 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
59
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
60 "JAVA_ALLOCATION_INSTRUMENTER" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
61 "path" : "lib/java-allocation-instrumenter.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
62 "sourcePath" : "lib/java-allocation-instrumenter.jar",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
63 "urls" : ["http://lafo.ssw.uni-linz.ac.at/java-allocation-instrumenter/java-allocation-instrumenter-8f0db117e64e.jar"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
64 "sha1" : "476d9a44cd19d6b55f81571077dfa972a4f8a083",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
65 "bootClassPathAgent" : "true",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
66 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
67
18897
9afee75cee46 mx: add microbench command to run JMH benchmarks
Roland Schatz <roland.schatz@oracle.com>
parents: 18894
diff changeset
68 "JMH" : {
9afee75cee46 mx: add microbench command to run JMH benchmarks
Roland Schatz <roland.schatz@oracle.com>
parents: 18894
diff changeset
69 "path" : "lib/jmh-runner-1.4.2.jar",
9afee75cee46 mx: add microbench command to run JMH benchmarks
Roland Schatz <roland.schatz@oracle.com>
parents: 18894
diff changeset
70 "sha1" : "f44bffaf237305512002303a306fc5ce3fa63f76",
9afee75cee46 mx: add microbench command to run JMH benchmarks
Roland Schatz <roland.schatz@oracle.com>
parents: 18894
diff changeset
71 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jmh/jmh-runner-1.4.2.jar"],
18983
43baadc1913a Automatically install Batik for SVG export in IGV
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 18939
diff changeset
72 },
43baadc1913a Automatically install Batik for SVG export in IGV
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 18939
diff changeset
73
43baadc1913a Automatically install Batik for SVG export in IGV
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 18939
diff changeset
74 "BATIK" : {
43baadc1913a Automatically install Batik for SVG export in IGV
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 18939
diff changeset
75 "path" : "lib/batik-all-1.7.jar",
43baadc1913a Automatically install Batik for SVG export in IGV
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 18939
diff changeset
76 "sha1" : "122b87ca88e41a415cf8b523fd3d03b4325134a3",
43baadc1913a Automatically install Batik for SVG export in IGV
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 18939
diff changeset
77 "urls" : ["http://lafo.ssw.uni-linz.ac.at/graal-external-deps/batik-all-1.7.jar"],
21983
964677af4a3c Removing com.oracle.truffle.* modules as they have been moved do truffle repository. Modifying suite.py to consume Truffle as a binary.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 21894
diff changeset
78 },
964677af4a3c Removing com.oracle.truffle.* modules as they have been moved do truffle repository. Modifying suite.py to consume Truffle as a binary.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 21894
diff changeset
79 },
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
80
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
81 "projects" : {
21674
e0b5d4fcd929 moved HotSpotTargetDescription and [AMD64|SPARC]HotSpotRegisterConfig into JVMCI namespace (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21673
diff changeset
82
21672
476be2a91059 ordered projects in suite.py into JVMCI, NIF, Graal, Truffle and GraalTruffle sections
Doug Simon <doug.simon@oracle.com>
parents: 21664
diff changeset
83 # ------------- NFI -------------
21674
e0b5d4fcd929 moved HotSpotTargetDescription and [AMD64|SPARC]HotSpotRegisterConfig into JVMCI namespace (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21673
diff changeset
84
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
85 "com.oracle.nfi" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
86 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
87 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
88 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
89 "javaCompliance" : "1.7",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
90 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
91
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
92 "com.oracle.nfi.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
93 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
94 "sourceDirs" : ["test"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
95 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
96 "com.oracle.nfi",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
97 "jvmci:JVMCI_API",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
98 "JUNIT",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
99 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
100 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
101 "javaCompliance" : "1.7",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
102 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
103
21672
476be2a91059 ordered projects in suite.py into JVMCI, NIF, Graal, Truffle and GraalTruffle sections
Doug Simon <doug.simon@oracle.com>
parents: 21664
diff changeset
104 # ------------- Graal -------------
21674
e0b5d4fcd929 moved HotSpotTargetDescription and [AMD64|SPARC]HotSpotRegisterConfig into JVMCI namespace (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21673
diff changeset
105
21725
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
106 "com.oracle.graal.code" : {
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
107 "subDir" : "graal",
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
108 "sourceDirs" : ["src"],
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
109 "dependencies" : [
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
110 "jvmci:JVMCI_SERVICE",
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
111 "jvmci:JVMCI_API",
21725
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
112 ],
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
113 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"],
21725
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
114 "checkstyle" : "com.oracle.graal.graph",
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
115 "javaCompliance" : "1.8",
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
116 "workingSets" : "Graal",
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
117 },
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
118
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
119 "com.oracle.graal.api.collections" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
120 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
121 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
122 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
123 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
124 "workingSets" : "API,Graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
125 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
126
19045
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
127 "com.oracle.graal.api.directives" : {
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
128 "subDir" : "graal",
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
129 "sourceDirs" : ["src"],
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
130 "checkstyle" : "com.oracle.graal.graph",
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
131 "javaCompliance" : "1.8",
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
132 "workingSets" : "API,Graal",
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
133 },
862997951c0a Add GraalDirectives API to influence compiler behavior.
Roland Schatz <roland.schatz@oracle.com>
parents: 18983
diff changeset
134
19046
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
135 "com.oracle.graal.api.directives.test" : {
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
136 "subDir" : "graal",
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
137 "sourceDirs" : ["src"],
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
138 "checkstyle" : "com.oracle.graal.graph",
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
139 "dependencies" : [
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
140 "com.oracle.graal.compiler.test",
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
141 ],
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
142 "javaCompliance" : "1.8",
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
143 "workingSets" : "API,Graal",
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
144 },
2358c0e65b9e Unit tests for GraalDirectives API.
Roland Schatz <roland.schatz@oracle.com>
parents: 19045
diff changeset
145
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
146 "com.oracle.graal.api.runtime" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
147 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
148 "sourceDirs" : ["src"],
21538
c1e2fdb5fea3 removed more dependencies from JVMCI classes to non-JVMCI classes (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21527
diff changeset
149 "dependencies" : [
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
150 "jvmci:JVMCI_SERVICE",
21538
c1e2fdb5fea3 removed more dependencies from JVMCI classes to non-JVMCI classes (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21527
diff changeset
151 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
152 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
153 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
154 "workingSets" : "API,Graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
155 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
156
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
157 "com.oracle.graal.api.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
158 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
159 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
160 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
161 "JUNIT",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
162 "com.oracle.graal.api.runtime",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
163 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
164 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
165 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
166 "workingSets" : "API,Graal,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
167 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
168
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
169 "com.oracle.graal.api.replacements" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
170 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
171 "sourceDirs" : ["src"],
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
172 "dependencies" : ["jvmci:JVMCI_API"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
173 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
174 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
175 "workingSets" : "API,Graal,Replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
176 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
177
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
178 "com.oracle.graal.hotspot" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
179 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
180 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
181 "dependencies" : [
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
182 "jvmci:JVMCI_HOTSPOT",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
183 "jvmci:JVMCI_OPTIONS_PROCESSOR",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
184 "com.oracle.graal.replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
185 "com.oracle.graal.runtime",
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
186 "com.oracle.graal.code",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
187 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
188 "checkstyle" : "com.oracle.graal.graph",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
189 "annotationProcessors" : [
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
190 "GRAAL_NODEINFO_PROCESSOR",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
191 "GRAAL_COMPILER_MATCH_PROCESSOR",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
192 "GRAAL_REPLACEMENTS_VERIFIER",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
193 "jvmci:JVMCI_OPTIONS_PROCESSOR",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
194 "jvmci:JVMCI_SERVICE_PROCESSOR",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
195 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
196 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
197 "workingSets" : "Graal,HotSpot",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
198 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
199
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
200 "com.oracle.graal.hotspot.amd64" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
201 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
202 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
203 "dependencies" : [
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
204 "jvmci:JVMCI_HOTSPOT",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
205 "com.oracle.graal.compiler.amd64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
206 "com.oracle.graal.hotspot",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
207 "com.oracle.graal.replacements.amd64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
208 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
209 "checkstyle" : "com.oracle.graal.graph",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
210 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
211 "jvmci:JVMCI_SERVICE_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
212 "GRAAL_NODEINFO_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
213 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
214 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
215 "workingSets" : "Graal,HotSpot,AMD64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
216 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
217
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
218 "com.oracle.graal.hotspot.sparc" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
219 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
220 "sourceDirs" : ["src"],
20835
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
221 "dependencies" : [
21708
6df25b1418be moved com.oracle.asm.** to jvmci-util.jar (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21705
diff changeset
222 "com.oracle.graal.hotspot",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
223 "jvmci:JVMCI_HOTSPOT",
20835
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
224 "com.oracle.graal.compiler.sparc",
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
225 "com.oracle.graal.replacements.sparc",
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
226 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
227 "checkstyle" : "com.oracle.graal.graph",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
228 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
229 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
230 "workingSets" : "Graal,HotSpot,SPARC",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
231 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
232
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
233 "com.oracle.graal.hotspot.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
234 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
235 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
236 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
237 "com.oracle.graal.replacements.test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
238 "com.oracle.graal.hotspot",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
239 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
240 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
241 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
242 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
243 "workingSets" : "Graal,HotSpot,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
244 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
245
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
246 "com.oracle.graal.hotspot.amd64.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
247 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
248 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
249 "dependencies" : [
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
250 "com.oracle.graal.asm.amd64",
18531
cdb9c605051a removed some static accesses to HotSpotGraalRuntime from some tests
Doug Simon <doug.simon@oracle.com>
parents: 18495
diff changeset
251 "com.oracle.graal.hotspot.test",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
252 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
253 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
254 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
255 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
256 "workingSets" : "Graal,HotSpot,AMD64,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
257 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
258
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
259 "com.oracle.graal.nodeinfo" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
260 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
261 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
262 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
263 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
264 "workingSets" : "Graal,Graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
265 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
266
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
267 "com.oracle.graal.nodeinfo.processor" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
268 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
269 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
270 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
271 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
272 "com.oracle.graal.nodeinfo",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
273 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
274 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
275 "workingSets" : "Graal,Graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
276 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
277
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
278 "com.oracle.graal.graph" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
279 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
280 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
281 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
282 "com.oracle.graal.nodeinfo",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
283 "com.oracle.graal.compiler.common",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
284 "com.oracle.graal.api.collections",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
285 "com.oracle.graal.api.runtime",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
286 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
287 "javaCompliance" : "1.8",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
288 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
289 "jvmci:JVMCI_OPTIONS_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
290 "GRAAL_NODEINFO_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
291 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
292 "workingSets" : "Graal,Graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
293 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
294
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
295 "com.oracle.graal.graph.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
296 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
297 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
298 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
299 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
300 "JUNIT",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
301 "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
302 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
303 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
304 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
305 "workingSets" : "Graal,Graph,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
306 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
307
21724
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
308 "com.oracle.graal.asm" : {
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
309 "subDir" : "graal",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
310 "sourceDirs" : ["src"],
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
311 "dependencies" : ["jvmci:JVMCI_API"],
21724
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
312 "checkstyle" : "com.oracle.graal.graph",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
313 "javaCompliance" : "1.8",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
314 "workingSets" : "Graal,Assembler",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
315 },
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
316
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
317 "com.oracle.graal.asm.amd64" : {
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
318 "subDir" : "graal",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
319 "sourceDirs" : ["src"],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
320 "dependencies" : [
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
321 "com.oracle.graal.asm",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
322 "jvmci:JVMCI_HOTSPOT",
21724
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
323 ],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
324 "checkstyle" : "com.oracle.graal.graph",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
325 "javaCompliance" : "1.8",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
326 "workingSets" : "Graal,Assembler,AMD64",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
327 },
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
328
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
329 "com.oracle.graal.asm.sparc" : {
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
330 "subDir" : "graal",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
331 "sourceDirs" : ["src"],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
332 "dependencies" : [
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
333 "com.oracle.graal.asm",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
334 "jvmci:JVMCI_HOTSPOT",
21724
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
335 ],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
336 "checkstyle" : "com.oracle.graal.graph",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
337 "javaCompliance" : "1.8",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
338 "workingSets" : "Graal,Assembler,SPARC",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
339 },
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
340
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
341 "com.oracle.graal.bytecode" : {
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
342 "subDir" : "graal",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
343 "sourceDirs" : ["src"],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
344 "checkstyle" : "com.oracle.graal.graph",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
345 "javaCompliance" : "1.8",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
346 "workingSets" : "Graal,Java",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
347 },
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
348
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
349 "com.oracle.graal.asm.test" : {
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
350 "subDir" : "graal",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
351 "sourceDirs" : ["src"],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
352 "dependencies" : [
21725
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
353 "com.oracle.graal.code",
21724
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
354 "com.oracle.graal.test",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
355 "jvmci:JVMCI_API",
21724
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
356 ],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
357 "checkstyle" : "com.oracle.graal.graph",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
358 "javaCompliance" : "1.8",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
359 "workingSets" : "Graal,Assembler,Test",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
360 },
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
361
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
362 "com.oracle.graal.asm.amd64.test" : {
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
363 "subDir" : "graal",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
364 "sourceDirs" : ["src"],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
365 "dependencies" : [
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
366 "com.oracle.graal.asm.test",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
367 "com.oracle.graal.asm.amd64",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
368 ],
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
369 "checkstyle" : "com.oracle.graal.graph",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
370 "javaCompliance" : "1.8",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
371 "workingSets" : "Graal,Assembler,AMD64,Test",
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
372 },
941940598b94 moved project definitions from JVMCI section to Graal section
Doug Simon <doug.simon@oracle.com>
parents: 21720
diff changeset
373
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
374 "com.oracle.graal.lir" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
375 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
376 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
377 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
378 "com.oracle.graal.compiler.common",
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
379 "com.oracle.graal.asm",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
380 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
381 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
382 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
383 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
384 "workingSets" : "Graal,LIR",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
385 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
386
21249
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
387 "com.oracle.graal.lir.jtt" : {
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
388 "subDir" : "graal",
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
389 "sourceDirs" : ["src"],
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
390 "dependencies" : [
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
391 "com.oracle.graal.jtt",
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
392 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
393 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
21249
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
394 "checkstyle" : "com.oracle.graal.graph",
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
395 "javaCompliance" : "1.8",
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
396 "workingSets" : "Graal,LIR",
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
397 },
42653f9ff18b Introduce LIRTest.
Josef Eisl <josef.eisl@jku.at>
parents: 21097
diff changeset
398
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
399 "com.oracle.graal.lir.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
400 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
401 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
402 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
403 "JUNIT",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
404 "com.oracle.graal.lir",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
405 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
406 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
407 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
408 "workingSets" : "Graal,LIR",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
409 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
410
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
411 "com.oracle.graal.lir.amd64" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
412 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
413 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
414 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
415 "com.oracle.graal.lir",
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
416 "com.oracle.graal.asm.amd64",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
417 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
418 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
419 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
420 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
421 "workingSets" : "Graal,LIR,AMD64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
422 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
423
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
424 "com.oracle.graal.lir.sparc" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
425 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
426 "sourceDirs" : ["src"],
21708
6df25b1418be moved com.oracle.asm.** to jvmci-util.jar (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21705
diff changeset
427 "dependencies" : [
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
428 "com.oracle.graal.asm.sparc",
21713
454a99ca00a9 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 21712
diff changeset
429 "com.oracle.graal.lir",
21708
6df25b1418be moved com.oracle.asm.** to jvmci-util.jar (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21705
diff changeset
430 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
431 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
432 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
433 "workingSets" : "Graal,LIR,SPARC",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
434 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
435
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
436 "com.oracle.graal.word" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
437 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
438 "sourceDirs" : ["src"],
19803
17cbf6870ca7 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 19504
diff changeset
439 "dependencies" : ["com.oracle.graal.nodes"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
440 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
441 "javaCompliance" : "1.8",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
442 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
443 "workingSets" : "API,Graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
444 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
445
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
446 "com.oracle.graal.replacements" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
447 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
448 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
449 "dependencies" : [
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
450 "com.oracle.graal.api.directives",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
451 "com.oracle.graal.java",
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
452 "com.oracle.graal.loop",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
453 "com.oracle.graal.word",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
454 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
455 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
456 "javaCompliance" : "1.8",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
457 "annotationProcessors" : [
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
458 "jvmci:JVMCI_OPTIONS_PROCESSOR",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
459 "GRAAL_REPLACEMENTS_VERIFIER",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
460 "GRAAL_NODEINFO_PROCESSOR",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
461 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
462 "workingSets" : "Graal,Replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
463 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
464
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
465 "com.oracle.graal.replacements.amd64" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
466 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
467 "sourceDirs" : ["src"],
18495
fe0db662e982 adds ability for substitution guards to have a constructor with an Architecture argument
Doug Simon <doug.simon@oracle.com>
parents: 18412
diff changeset
468 "dependencies" : [
fe0db662e982 adds ability for substitution guards to have a constructor with an Architecture argument
Doug Simon <doug.simon@oracle.com>
parents: 18412
diff changeset
469 "com.oracle.graal.replacements",
20844
3081a57f95fd converted @MethodSubstitutions for java.lang.Math to MethodSubstitutionPlugins
Doug Simon <doug.simon@oracle.com>
parents: 20835
diff changeset
470 "com.oracle.graal.lir.amd64",
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
471 "com.oracle.graal.compiler",
18495
fe0db662e982 adds ability for substitution guards to have a constructor with an Architecture argument
Doug Simon <doug.simon@oracle.com>
parents: 18412
diff changeset
472 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
473 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
474 "javaCompliance" : "1.8",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
475 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
476 "GRAAL_NODEINFO_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
477 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
478 "workingSets" : "Graal,Replacements,AMD64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
479 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
480
20835
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
481 "com.oracle.graal.replacements.sparc" : {
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
482 "subDir" : "graal",
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
483 "sourceDirs" : ["src"],
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
484 "dependencies" : [
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
485 "com.oracle.graal.replacements",
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
486 "com.oracle.graal.compiler",
20835
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
487 ],
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
488 "checkstyle" : "com.oracle.graal.graph",
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
489 "javaCompliance" : "1.8",
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
490 "workingSets" : "Graal,Replacements,SPARC",
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
491 },
a2cd0e7072e2 added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Doug Simon <doug.simon@oracle.com>
parents: 20182
diff changeset
492
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
493 "com.oracle.graal.replacements.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
494 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
495 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
496 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
497 "com.oracle.graal.compiler.test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
498 "com.oracle.graal.replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
499 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
500 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
501 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
502 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
503 "workingSets" : "Graal,Replacements,Test",
18894
31960077ea9d Specify jacoco project includes/excludes in suite.py
Paul Woegerer <paul.woegerer@oracle.com>
parents: 18746
diff changeset
504 "jacoco" : "exclude",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
505 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
506
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
507 "com.oracle.graal.replacements.verifier" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
508 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
509 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
510 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
511 "com.oracle.graal.api.replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
512 "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
513 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
514 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
515 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
516 "workingSets" : "Graal,Replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
517 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
518
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
519 "com.oracle.graal.nodes" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
520 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
521 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
522 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
523 "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
524 "com.oracle.graal.api.replacements",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
525 "com.oracle.graal.lir",
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
526 "com.oracle.graal.bytecode",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
527 "jvmci:JVMCI_HOTSPOT",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
528 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
529 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
530 "javaCompliance" : "1.8",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
531 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
532 "GRAAL_NODEINFO_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
533 "GRAAL_REPLACEMENTS_VERIFIER",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
534 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
535 "workingSets" : "Graal,Graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
536 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
537
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
538 "com.oracle.graal.nodes.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
539 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
540 "sourceDirs" : ["src"],
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
541 "dependencies" : ["com.oracle.graal.compiler.test"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
542 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
543 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
544 "workingSets" : "Graal,Graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
545 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
546
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
547 "com.oracle.graal.phases" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
548 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
549 "sourceDirs" : ["src"],
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
550 "dependencies" : ["com.oracle.graal.nodes"],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
551 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
552 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
553 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
554 "workingSets" : "Graal,Phases",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
555 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
556
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
557 "com.oracle.graal.phases.common" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
558 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
559 "sourceDirs" : ["src"],
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
560 "dependencies" : ["com.oracle.graal.phases"],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
561 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
562 "GRAAL_NODEINFO_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
563 "jvmci:JVMCI_OPTIONS_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
564 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
565 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
566 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
567 "workingSets" : "Graal,Phases",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
568 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
569
18726
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
570 "com.oracle.graal.phases.common.test" : {
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
571 "subDir" : "graal",
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
572 "sourceDirs" : ["src"],
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
573 "dependencies" : [
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
574 "com.oracle.graal.runtime",
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
575 "JUNIT",
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
576 ],
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
577 "checkstyle" : "com.oracle.graal.graph",
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
578 "javaCompliance" : "1.8",
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
579 "workingSets" : "Graal,Test",
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
580 },
8153d8cf264c Added unit test for StampFactoryTest.createParameterStamps.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18531
diff changeset
581
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
582 "com.oracle.graal.virtual" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
583 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
584 "sourceDirs" : ["src"],
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
585 "dependencies" : ["com.oracle.graal.phases.common"],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
586 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
587 "jvmci:JVMCI_OPTIONS_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
588 "GRAAL_NODEINFO_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
589 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
590 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
591 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
592 "workingSets" : "Graal,Phases",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
593 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
594
18898
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
595 "com.oracle.graal.virtual.bench" : {
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
596 "subDir" : "graal",
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
597 "sourceDirs" : ["src"],
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
598 "dependencies" : ["JMH"],
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
599 "checkstyle" : "com.oracle.graal.graph",
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
600 "javaCompliance" : "1.8",
22179
bc09d5ed9a30 removed unnecessary library definition; made use of JMH as an annotation processor explicit
Doug Simon <doug.simon@oracle.com>
parents: 22178
diff changeset
601 "annotationProcessors" : ["JMH"],
18898
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
602 "workingSets" : "Graal,Bench",
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
603 },
886621ee9bdb Microbenchmark for partial escape analysis.
Roland Schatz <roland.schatz@oracle.com>
parents: 18897
diff changeset
604
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
605 "com.oracle.graal.loop" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
606 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
607 "sourceDirs" : ["src"],
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
608 "dependencies" : ["com.oracle.graal.phases.common"],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
609 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
610 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
611 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
612 "workingSets" : "Graal,Phases",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
613 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
614
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
615 "com.oracle.graal.compiler" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
616 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
617 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
618 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
619 "com.oracle.graal.virtual",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
620 "com.oracle.graal.loop",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
621 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
622 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
623 "javaCompliance" : "1.8",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
624 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
625 "jvmci:JVMCI_SERVICE_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
626 "jvmci:JVMCI_OPTIONS_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
627 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
628 "workingSets" : "Graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
629 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
630
21097
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
631 "com.oracle.graal.compiler.match.processor" : {
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
632 "subDir" : "graal",
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
633 "sourceDirs" : ["src"],
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
634 "dependencies" : [
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
635 "com.oracle.graal.compiler",
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
636 ],
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
637 "checkstyle" : "com.oracle.graal.graph",
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
638 "javaCompliance" : "1.8",
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
639 "workingSets" : "Graal,Codegen",
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
640 },
391f94d4d23f Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21096
diff changeset
641
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
642 "com.oracle.graal.compiler.amd64" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
643 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
644 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
645 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
646 "com.oracle.graal.compiler",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
647 "com.oracle.graal.lir.amd64",
22048
a566bda0fb86 AMD64: add custom AMD64SuitesProvider.
Josef Eisl <josef.eisl@jku.at>
parents: 22044
diff changeset
648 "com.oracle.graal.java",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
649 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
650 "checkstyle" : "com.oracle.graal.graph",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
651 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
652 "GRAAL_NODEINFO_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
653 "GRAAL_COMPILER_MATCH_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
654 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
655 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
656 "workingSets" : "Graal,AMD64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
657 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
658
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
659 "com.oracle.graal.compiler.amd64.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
660 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
661 "sourceDirs" : ["src"],
18245
137f4cf8204a Fix AMD64AllocatorTest junit assumption.
Josef Eisl <josef.eisl@jku.at>
parents: 18228
diff changeset
662 "dependencies" : [
21449
006d8ddb7ef9 Move ConstantStackMoveTest and StackStoreTest to amd64 specific project.
Josef Eisl <josef.eisl@jku.at>
parents: 21420
diff changeset
663 "com.oracle.graal.lir.jtt",
18245
137f4cf8204a Fix AMD64AllocatorTest junit assumption.
Josef Eisl <josef.eisl@jku.at>
parents: 18228
diff changeset
664 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
665 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
666 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
667 "workingSets" : "Graal,AMD64,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
668 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
669
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
670 "com.oracle.graal.compiler.sparc" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
671 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
672 "sourceDirs" : ["src"],
21713
454a99ca00a9 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 21712
diff changeset
673 "dependencies" : [
454a99ca00a9 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 21712
diff changeset
674 "com.oracle.graal.compiler",
454a99ca00a9 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 21712
diff changeset
675 "com.oracle.graal.lir.sparc"
454a99ca00a9 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 21712
diff changeset
676 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
677 "checkstyle" : "com.oracle.graal.graph",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
678 "annotationProcessors" : [
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
679 "GRAAL_NODEINFO_PROCESSOR",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
680 "GRAAL_COMPILER_MATCH_PROCESSOR"
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
681 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
682 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
683 "workingSets" : "Graal,SPARC",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
684 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
685
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
686 "com.oracle.graal.compiler.sparc.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
687 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
688 "sourceDirs" : ["src"],
18246
58bbb14d5f49 Fix SPARCAllocatorTest junit assumption.
Josef Eisl <josef.eisl@jku.at>
parents: 18245
diff changeset
689 "dependencies" : [
58bbb14d5f49 Fix SPARCAllocatorTest junit assumption.
Josef Eisl <josef.eisl@jku.at>
parents: 18245
diff changeset
690 "com.oracle.graal.compiler.test",
58bbb14d5f49 Fix SPARCAllocatorTest junit assumption.
Josef Eisl <josef.eisl@jku.at>
parents: 18245
diff changeset
691 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
692 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
693 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
694 "workingSets" : "Graal,SPARC,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
695 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
696
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
697 "com.oracle.graal.runtime" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
698 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
699 "sourceDirs" : ["src"],
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
700 "dependencies" : ["com.oracle.graal.compiler"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
701 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
702 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
703 "workingSets" : "Graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
704 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
705
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
706 "com.oracle.graal.java" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
707 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
708 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
709 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
710 "com.oracle.graal.phases",
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
711 "com.oracle.graal.graphbuilderconf",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
712 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
713 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
714 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
715 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
716 "workingSets" : "Graal,Java",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
717 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
718
19820
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
719 "com.oracle.graal.graphbuilderconf" : {
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
720 "subDir" : "graal",
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
721 "sourceDirs" : ["src"],
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
722 "dependencies" : [
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
723 "com.oracle.graal.nodes",
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
724 ],
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
725 "checkstyle" : "com.oracle.graal.graph",
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
726 "javaCompliance" : "1.8",
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
727 "workingSets" : "Graal,Java",
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
728 },
4d33cd6e0c8f refactored GraphBuilderConfiguration (and its component classes) into a separate project
Doug Simon <doug.simon@oracle.com>
parents: 19803
diff changeset
729
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
730 "com.oracle.graal.compiler.common" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
731 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
732 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
733 "dependencies" : [
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
734 "jvmci:JVMCI_API",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
735 ],
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
736 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
737 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
738 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
739 "workingSets" : "Graal,Java",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
740 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
741
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
742 "com.oracle.graal.printer" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
743 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
744 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
745 "dependencies" : [
21725
edafbaef3059 unified the DisassemblerProvider service interface to support both the hsdis and HexCodeFile based disassemblers
Doug Simon <doug.simon@oracle.com>
parents: 21724
diff changeset
746 "com.oracle.graal.code",
18939
732748092bae Temporarily remove java.decompiler project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 18929
diff changeset
747 "com.oracle.graal.java",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
748 "com.oracle.graal.compiler",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
749 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
750 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
751 "jvmci:JVMCI_OPTIONS_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
752 "jvmci:JVMCI_SERVICE_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
753 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
754 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
755 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
756 "workingSets" : "Graal,Graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
757 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
758
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
759 "com.oracle.graal.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
760 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
761 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
762 "dependencies" : [
21713
454a99ca00a9 fixed canonicalizeprojects issues
Doug Simon <doug.simon@oracle.com>
parents: 21712
diff changeset
763 "JUNIT",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
764 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
765 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
766 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
767 "workingSets" : "Graal,Test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
768 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
769
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
770 "com.oracle.graal.compiler.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
771 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
772 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
773 "dependencies" : [
21780
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
774 "com.oracle.graal.api.directives",
3d15183f3c93 Introduce Compiler interface in jvmci. Use it from jvmci.hotspot.CompilationTask
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21770
diff changeset
775 "com.oracle.graal.java",
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
776 "com.oracle.graal.test",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
777 "com.oracle.graal.runtime",
22044
5de4a002d097 Schedule: Allow floating reads to be scheduled after loops
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 22040
diff changeset
778 "com.oracle.graal.graph.test",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
779 "JAVA_ALLOCATION_INSTRUMENTER",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
780 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
781 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
782 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
783 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
784 "workingSets" : "Graal,Test",
18894
31960077ea9d Specify jacoco project includes/excludes in suite.py
Paul Woegerer <paul.woegerer@oracle.com>
parents: 18746
diff changeset
785 "jacoco" : "exclude",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
786 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
787
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
788 "com.oracle.graal.jtt" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
789 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
790 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
791 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
792 "com.oracle.graal.compiler.test",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
793 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
794 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
795 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
796 "workingSets" : "Graal,Test",
18894
31960077ea9d Specify jacoco project includes/excludes in suite.py
Paul Woegerer <paul.woegerer@oracle.com>
parents: 18746
diff changeset
797 "jacoco" : "exclude",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
798 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
799
21983
964677af4a3c Removing com.oracle.truffle.* modules as they have been moved do truffle repository. Modifying suite.py to consume Truffle as a binary.
Jaroslav Tulach <jaroslav.tulach@oracle.com>
parents: 21894
diff changeset
800 # ------------- GraalTruffle -------------
21674
e0b5d4fcd929 moved HotSpotTargetDescription and [AMD64|SPARC]HotSpotRegisterConfig into JVMCI namespace (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21673
diff changeset
801
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
802 "com.oracle.graal.truffle" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
803 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
804 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
805 "dependencies" : [
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
806 "truffle:TRUFFLE",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
807 "com.oracle.graal.runtime",
20182
c5ae0424f822 Move special arithemtic nodes from graal.truffle to graal and use them to inrinsify some of the JDK8 Math methods
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 20120
diff changeset
808 "com.oracle.graal.replacements",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
809 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
810 "checkstyle" : "com.oracle.graal.graph",
22180
597ef5b2d9e8 made annotation processors explicit since they are no longer inherited
Doug Simon <doug.simon@oracle.com>
parents: 22179
diff changeset
811 "annotationProcessors" : [
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
812 "GRAAL_NODEINFO_PROCESSOR",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
813 "GRAAL_REPLACEMENTS_VERIFIER",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
814 "jvmci:JVMCI_OPTIONS_PROCESSOR",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
815 "jvmci:JVMCI_SERVICE_PROCESSOR",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
816 "truffle:TRUFFLE_DSL_PROCESSOR",
22180
597ef5b2d9e8 made annotation processors explicit since they are no longer inherited
Doug Simon <doug.simon@oracle.com>
parents: 22179
diff changeset
817 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
818 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
819 "workingSets" : "Graal,Truffle",
18894
31960077ea9d Specify jacoco project includes/excludes in suite.py
Paul Woegerer <paul.woegerer@oracle.com>
parents: 18746
diff changeset
820 "jacoco" : "exclude",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
821 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
822
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
823 "com.oracle.graal.truffle.test" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
824 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
825 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
826 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
827 "com.oracle.graal.truffle",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
828 "com.oracle.graal.compiler.test",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
829 "truffle:TRUFFLE_SL",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
830 ],
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
831 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
832 "GRAAL_NODEINFO_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
833 "truffle:TRUFFLE_DSL_PROCESSOR"
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
834 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
835 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
836 "javaCompliance" : "1.8",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
837 "workingSets" : "Graal,Truffle,Test",
18894
31960077ea9d Specify jacoco project includes/excludes in suite.py
Paul Woegerer <paul.woegerer@oracle.com>
parents: 18746
diff changeset
838 "jacoco" : "exclude",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
839 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
840
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
841 "com.oracle.graal.truffle.hotspot" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
842 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
843 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
844 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
845 "com.oracle.graal.truffle",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
846 "com.oracle.graal.hotspot",
20872
b1700db197c7 Move com.oracle.nfi implementation to graal.truffle.hotspot since it implements an interface that does not live in the graal class-loader
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 20182
diff changeset
847 "com.oracle.nfi",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
848 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
849 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
850 "javaCompliance" : "1.8",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
851 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
852 "workingSets" : "Graal,Truffle",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
853 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
854
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
855 "com.oracle.graal.truffle.hotspot.amd64" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
856 "subDir" : "graal",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
857 "sourceDirs" : ["src"],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
858 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
859 "com.oracle.graal.truffle.hotspot",
20872
b1700db197c7 Move com.oracle.nfi implementation to graal.truffle.hotspot since it implements an interface that does not live in the graal class-loader
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 20182
diff changeset
860 "com.oracle.graal.hotspot.amd64",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
861 ],
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
862 "checkstyle" : "com.oracle.graal.graph",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
863 "javaCompliance" : "1.8",
22182
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
864 "annotationProcessors" : [
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
865 "jvmci:JVMCI_SERVICE_PROCESSOR",
a92e1f6d4ee4 fixed incomplete or redundant "annotationProcessors" attributes
Doug Simon <doug.simon@oracle.com>
parents: 22181
diff changeset
866 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
867 "workingSets" : "Graal,Truffle",
18744
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
868 },
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
869
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
870 "com.oracle.graal.truffle.hotspot.sparc" : {
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
871 "subDir" : "graal",
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
872 "sourceDirs" : ["src"],
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
873 "dependencies" : [
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
874 "com.oracle.graal.truffle.hotspot",
21720
d915361cc3a1 moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21716
diff changeset
875 "com.oracle.graal.asm.sparc",
18744
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
876 ],
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
877 "checkstyle" : "com.oracle.graal.graph",
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
878 "javaCompliance" : "1.8",
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
879 "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"],
18744
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
880 "workingSets" : "Graal,Truffle,SPARC",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
881 }
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
882 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
883
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
884 "distributions" : {
21607
71b338926f2e moved JVMCI classes into their own distributions (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21605
diff changeset
885
21705
729e6acde6c0 added JVMCI_UTIL distribution
Doug Simon <doug.simon@oracle.com>
parents: 21677
diff changeset
886 # ------------- Distributions -------------
729e6acde6c0 added JVMCI_UTIL distribution
Doug Simon <doug.simon@oracle.com>
parents: 21677
diff changeset
887
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
888 "GRAAL" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
889 "path" : "build/graal.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
890 "subDir" : "graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
891 "sourcesPath" : "build/graal.src.zip",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
892 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
893 "com.oracle.graal.hotspot.amd64",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
894 "com.oracle.graal.hotspot.sparc",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
895 "com.oracle.graal.hotspot",
21874
f79218584d37 Add graal.printer to graal.jar
Gilles Duboscq <gilles.m.duboscq@oracle.com>
parents: 21871
diff changeset
896 "com.oracle.graal.printer",
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
897 ],
21607
71b338926f2e moved JVMCI classes into their own distributions (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21605
diff changeset
898 "distDependencies" : [
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
899 "jvmci:JVMCI_API",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
900 "jvmci:JVMCI_SERVICE",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
901 "jvmci:JVMCI_HOTSPOT",
21607
71b338926f2e moved JVMCI classes into their own distributions (JBS:GRAAL-53)
Doug Simon <doug.simon@oracle.com>
parents: 21605
diff changeset
902 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
903 },
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
904
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
905 "GRAAL_TRUFFLE" : {
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
906 "path" : "build/graal-truffle.jar",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
907 "subDir" : "graal",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
908 "sourcesPath" : "build/graal-truffle.src.zip",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
909 "dependencies" : [
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
910 "com.oracle.graal.truffle",
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
911 "com.oracle.graal.truffle.hotspot.amd64",
18744
8ac074d3e7c0 SPARC support for Truffle
Stefan Anzinger <stefan.anzinger@oracle.com>
parents: 18727
diff changeset
912 "com.oracle.graal.truffle.hotspot.sparc"
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
913 ],
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
914 "distDependencies" : [
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
915 "GRAAL",
22139
258eaaa98484 Initial split off from monolithic basic-graal repo
Doug Simon <doug.simon@oracle.com>
parents: 22138
diff changeset
916 "truffle:TRUFFLE",
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
917 ],
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
918 },
22138
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
919
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
920 "GRAAL_TRUFFLE_TEST" : {
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
921 "path" : "build/graal-truffle-test.jar",
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
922 "subDir" : "graal",
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
923 "sourcesPath" : "build/graal-truffle-test.src.zip",
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
924 "dependencies" : [
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
925 "com.oracle.graal.truffle.test"
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
926 ],
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
927 "distDependencies" : [
22178
9737e6f88d58 removed mx_graal_makefile.py from 'graal' suite
Doug Simon <doug.simon@oracle.com>
parents: 22177
diff changeset
928 "GRAAL_TRUFFLE",
9737e6f88d58 removed mx_graal_makefile.py from 'graal' suite
Doug Simon <doug.simon@oracle.com>
parents: 22177
diff changeset
929 "truffle:TRUFFLE_SL",
22138
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
930 ],
103f53747955 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Doug Simon <doug.simon@oracle.com>
parents: 22104
diff changeset
931 },
22181
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
932
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
933 "GRAAL_NODEINFO_PROCESSOR" : {
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
934 "path" : "build/graal-nodeinfo-processor.jar",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
935 "subDir" : "graal",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
936 "sourcesPath" : "build/graal-nodeinfo-processor.src.zip",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
937 "dependencies" : ["com.oracle.graal.nodeinfo.processor"],
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
938 },
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
939
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
940 "GRAAL_REPLACEMENTS_VERIFIER" : {
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
941 "path" : "build/graal-replacements-verifier.jar",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
942 "subDir" : "graal",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
943 "sourcesPath" : "build/graal-replacements-verifier.src.zip",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
944 "dependencies" : ["com.oracle.graal.replacements.verifier"],
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
945 },
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
946
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
947 "GRAAL_COMPILER_MATCH_PROCESSOR" : {
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
948 "path" : "build/graal-compiler-match-processor.jar",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
949 "subDir" : "graal",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
950 "sourcesPath" : "build/graal-compiler-match-processor.src.zip",
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
951 "dependencies" : ["com.oracle.graal.compiler.match.processor"],
275fb0d9c87c annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Doug Simon <doug.simon@oracle.com>
parents: 22180
diff changeset
952 },
17163
30dda118ef3d mx: added support for extending distributions; require list literals for list attributes in projects.py
Doug Simon <doug.simon@oracle.com>
parents: 17160
diff changeset
953 },
17160
adaecbc405cb projects file converted to new format
Doug Simon <doug.simon@oracle.com>
parents:
diff changeset
954 }