author | jcm |
Fri, 03 Feb 2017 19:26:35 -0800 | |
changeset 43936 | 093cd5bea2e2 |
parent 39423 | 0f8dc3693499 |
child 43975 | 35ec8bcd9cf0 |
permissions | -rw-r--r-- |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
1 |
suite = { |
38695 | 2 |
"mxversion" : "5.23.1", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
3 |
"name" : "jvmci", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
4 |
"url" : "http://openjdk.java.net/projects/graal", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
5 |
"developer" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
6 |
"name" : "Truffle and Graal developers", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
7 |
"email" : "graal-dev@openjdk.java.net", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
8 |
"organization" : "Graal", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
9 |
"organizationUrl" : "http://openjdk.java.net/projects/graal", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
10 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
11 |
"repositories" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
12 |
"lafo-snapshots" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
13 |
"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
14 |
"licenses" : ["GPLv2-CPE", "UPL"] |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
15 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
16 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
17 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
18 |
"licenses" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
19 |
"UPL" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
20 |
"name" : "Universal Permissive License, Version 1.0", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
21 |
"url" : "http://opensource.org/licenses/UPL", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
22 |
} |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
23 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
24 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
25 |
"defaultLicense" : "GPLv2-CPE", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
26 |
|
35598 | 27 |
# This puts mx/ as a sibling of the JDK build configuration directories |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
28 |
# (e.g., macosx-x86_64-normal-server-release). |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
29 |
"outputRoot" : "../build/mx/hotspot", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
30 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
31 |
# ------------- Libraries ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
32 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
33 |
"libraries" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
34 |
|
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
35 |
"TESTNG" : { |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
36 |
"urls" : ["http://central.maven.org/maven2/org/testng/testng/6.9.10/testng-6.9.10.jar"], |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
37 |
"sha1" : "6feb3e964aeb7097aff30c372aac3ec0f8d87ede", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
38 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
39 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
40 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
41 |
"projects" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
42 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
43 |
# ------------- JVMCI:Service ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
44 |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
45 |
"jdk.vm.ci.services" : { |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
46 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
47 |
"sourceDirs" : ["src"], |
38695 | 48 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
49 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
50 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
51 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
52 |
# ------------- JVMCI:API ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
53 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
54 |
"jdk.vm.ci.common" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
55 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
56 |
"sourceDirs" : ["src"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
57 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 58 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
59 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
60 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
61 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
62 |
"jdk.vm.ci.meta" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
63 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
64 |
"sourceDirs" : ["src"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
65 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 66 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
67 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
68 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
69 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
70 |
"jdk.vm.ci.code" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
71 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
72 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
73 |
"dependencies" : ["jdk.vm.ci.meta"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
74 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 75 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
76 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
77 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
78 |
|
38027
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
79 |
"jdk.vm.ci.code.test" : { |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
80 |
"subDir" : "test/compiler/jvmci", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
81 |
"sourceDirs" : ["src"], |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
82 |
"dependencies" : [ |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
83 |
"mx:JUNIT", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
84 |
"jdk.vm.ci.amd64", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
85 |
"jdk.vm.ci.sparc", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
86 |
"jdk.vm.ci.code", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
87 |
"jdk.vm.ci.hotspot", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
88 |
], |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
89 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 90 |
"javaCompliance" : "9", |
38027
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
91 |
"workingSets" : "API,JVMCI", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
92 |
}, |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
93 |
|
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
94 |
"jdk.vm.ci.runtime" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
95 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
96 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
97 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
98 |
"jdk.vm.ci.code", |
38663
03fe0752bb2f
8155023: jdk.vm.ci needs to securely export services
dnsimon
parents:
38027
diff
changeset
|
99 |
"jdk.vm.ci.services", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
100 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
101 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 102 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
103 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
104 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
105 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
106 |
"jdk.vm.ci.runtime.test" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
107 |
"subDir" : "test/compiler/jvmci", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
108 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
109 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
110 |
"mx:JUNIT", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
111 |
"jdk.vm.ci.common", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
112 |
"jdk.vm.ci.runtime", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
113 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
114 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 115 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
116 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
117 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
118 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
119 |
# ------------- JVMCI:HotSpot ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
120 |
|
35148 | 121 |
"jdk.vm.ci.aarch64" : { |
122 |
"subDir" : "src/jdk.vm.ci/share/classes", |
|
123 |
"sourceDirs" : ["src"], |
|
124 |
"dependencies" : ["jdk.vm.ci.code"], |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
125 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 126 |
"javaCompliance" : "9", |
35148 | 127 |
"workingSets" : "JVMCI,AArch64", |
128 |
}, |
|
129 |
||
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
130 |
"jdk.vm.ci.amd64" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
131 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
132 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
133 |
"dependencies" : ["jdk.vm.ci.code"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
134 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 135 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
136 |
"workingSets" : "JVMCI,AMD64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
137 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
138 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
139 |
"jdk.vm.ci.sparc" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
140 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
141 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
142 |
"dependencies" : ["jdk.vm.ci.code"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
143 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 144 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
145 |
"workingSets" : "JVMCI,SPARC", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
146 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
147 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
148 |
"jdk.vm.ci.hotspot" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
149 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
150 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
151 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
152 |
"jdk.vm.ci.common", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
153 |
"jdk.vm.ci.runtime", |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
154 |
"jdk.vm.ci.services", |
38695 | 155 |
], |
156 |
"imports" : [ |
|
157 |
"jdk.internal.misc", |
|
158 |
"jdk.internal.org.objectweb.asm", |
|
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
159 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
160 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 161 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
162 |
"workingSets" : "JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
163 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
164 |
|
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
165 |
"jdk.vm.ci.hotspot.test" : { |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
166 |
"subDir" : "test/compiler/jvmci", |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
167 |
"sourceDirs" : ["src"], |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
168 |
"dependencies" : [ |
38019
28b6a97849ed
8153165: Fix MX tool config script to make the tool work with TESTNG
kshefov
parents:
36826
diff
changeset
|
169 |
"TESTNG", |
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
170 |
"jdk.vm.ci.hotspot", |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
171 |
], |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
172 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 173 |
"javaCompliance" : "9", |
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
174 |
"workingSets" : "API,JVMCI", |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
175 |
}, |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
176 |
|
35148 | 177 |
"jdk.vm.ci.hotspot.aarch64" : { |
178 |
"subDir" : "src/jdk.vm.ci/share/classes", |
|
179 |
"sourceDirs" : ["src"], |
|
180 |
"dependencies" : [ |
|
181 |
"jdk.vm.ci.aarch64", |
|
182 |
"jdk.vm.ci.hotspot", |
|
183 |
], |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
184 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 185 |
"javaCompliance" : "9", |
35148 | 186 |
"workingSets" : "JVMCI,HotSpot,AArch64", |
187 |
}, |
|
188 |
||
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
189 |
"jdk.vm.ci.hotspot.amd64" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
190 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
191 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
192 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
193 |
"jdk.vm.ci.amd64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
194 |
"jdk.vm.ci.hotspot", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
195 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
196 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 197 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
198 |
"workingSets" : "JVMCI,HotSpot,AMD64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
199 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
200 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
201 |
"jdk.vm.ci.hotspot.sparc" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
202 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
203 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
204 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
205 |
"jdk.vm.ci.sparc", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
206 |
"jdk.vm.ci.hotspot", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
207 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
208 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 209 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
210 |
"workingSets" : "JVMCI,HotSpot,SPARC", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
211 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
212 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
213 |
"hotspot" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
214 |
"native" : True, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
215 |
"class" : "HotSpotProject", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
216 |
} |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
217 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
218 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
219 |
"distributions" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
220 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
221 |
# ------------- Distributions ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
222 |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
223 |
"JVMCI_SERVICES" : { |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
224 |
"subDir" : "src/jdk.vm.ci/share/classes", |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
225 |
"dependencies" : ["jdk.vm.ci.services"], |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
226 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
227 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
228 |
"JVMCI_API" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
229 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
230 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
231 |
"jdk.vm.ci.runtime", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
232 |
"jdk.vm.ci.common", |
35148 | 233 |
"jdk.vm.ci.aarch64", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
234 |
"jdk.vm.ci.amd64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
235 |
"jdk.vm.ci.sparc", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
236 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
237 |
"distDependencies" : [ |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
238 |
"JVMCI_SERVICES", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
239 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
240 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
241 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
242 |
"JVMCI_HOTSPOT" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
243 |
"subDir" : "src/jdk.vm.ci/share/classes", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
244 |
"dependencies" : [ |
35148 | 245 |
"jdk.vm.ci.hotspot.aarch64", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
246 |
"jdk.vm.ci.hotspot.amd64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
247 |
"jdk.vm.ci.hotspot.sparc", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
248 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
249 |
"distDependencies" : [ |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
250 |
"JVMCI_SERVICES", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
251 |
"JVMCI_API", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
252 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
253 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
254 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
255 |
"JVMCI_TEST" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
256 |
"subDir" : "test/compiler/jvmci", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
257 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
258 |
"jdk.vm.ci.runtime.test", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
259 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
260 |
"distDependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
261 |
"JVMCI_API", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
262 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
263 |
"exclude" : ["mx:JUNIT"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
264 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
265 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
266 |
} |