author | iveresov |
Wed, 11 Oct 2017 16:19:09 -0700 | |
changeset 47618 | 57cdc5222925 |
parent 47216 | 71c04702a3d5 |
child 51420 | 6bb7b8d0da76 |
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 |
|
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
27 |
"outputRoot" : "../../build/mx/hotspot", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
28 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
29 |
# ------------- Libraries ------------- |
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 |
|
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
33 |
"TESTNG" : { |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
34 |
"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
|
35 |
"sha1" : "6feb3e964aeb7097aff30c372aac3ec0f8d87ede", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
36 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
37 |
}, |
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 |
"projects" : { |
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 |
# ------------- JVMCI:Service ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
42 |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
43 |
"jdk.vm.ci.services" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
44 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
45 |
"sourceDirs" : ["src"], |
38695 | 46 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
47 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
48 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
49 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
50 |
# ------------- JVMCI:API ------------- |
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 |
"jdk.vm.ci.common" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
53 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
54 |
"sourceDirs" : ["src"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
55 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 56 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
57 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
58 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
59 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
60 |
"jdk.vm.ci.meta" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
61 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
62 |
"sourceDirs" : ["src"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
63 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 64 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
65 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
66 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
67 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
68 |
"jdk.vm.ci.code" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
69 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
70 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
71 |
"dependencies" : ["jdk.vm.ci.meta"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
72 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 73 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
74 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
75 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
76 |
|
38027
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
77 |
"jdk.vm.ci.code.test" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
78 |
"subDir" : "../../test/hotspot/jtreg/compiler/jvmci", |
38027
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
79 |
"sourceDirs" : ["src"], |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
80 |
"dependencies" : [ |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
81 |
"mx:JUNIT", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
82 |
"jdk.vm.ci.amd64", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
83 |
"jdk.vm.ci.sparc", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
84 |
"jdk.vm.ci.code", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
85 |
"jdk.vm.ci.hotspot", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
86 |
], |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
87 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 88 |
"javaCompliance" : "9", |
38027
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
89 |
"workingSets" : "API,JVMCI", |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
90 |
}, |
8a5693d27400
8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents:
38019
diff
changeset
|
91 |
|
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
92 |
"jdk.vm.ci.runtime" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
93 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
94 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
95 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
96 |
"jdk.vm.ci.code", |
38663
03fe0752bb2f
8155023: jdk.vm.ci needs to securely export services
dnsimon
parents:
38027
diff
changeset
|
97 |
"jdk.vm.ci.services", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
98 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
99 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 100 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
101 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
102 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
103 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
104 |
"jdk.vm.ci.runtime.test" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
105 |
"subDir" : "../../test/hotspot/jtreg/compiler/jvmci", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
106 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
107 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
108 |
"mx:JUNIT", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
109 |
"jdk.vm.ci.common", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
110 |
"jdk.vm.ci.runtime", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
111 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
112 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 113 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
114 |
"workingSets" : "API,JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
115 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
116 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
117 |
# ------------- JVMCI:HotSpot ------------- |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
118 |
|
35148 | 119 |
"jdk.vm.ci.aarch64" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
120 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
35148 | 121 |
"sourceDirs" : ["src"], |
122 |
"dependencies" : ["jdk.vm.ci.code"], |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
123 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 124 |
"javaCompliance" : "9", |
35148 | 125 |
"workingSets" : "JVMCI,AArch64", |
126 |
}, |
|
127 |
||
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
128 |
"jdk.vm.ci.amd64" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
129 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
130 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
131 |
"dependencies" : ["jdk.vm.ci.code"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
132 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 133 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
134 |
"workingSets" : "JVMCI,AMD64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
135 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
136 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
137 |
"jdk.vm.ci.sparc" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
138 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
139 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
140 |
"dependencies" : ["jdk.vm.ci.code"], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
141 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 142 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
143 |
"workingSets" : "JVMCI,SPARC", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
144 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
145 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
146 |
"jdk.vm.ci.hotspot" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
147 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
148 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
149 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
150 |
"jdk.vm.ci.common", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
151 |
"jdk.vm.ci.runtime", |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
152 |
"jdk.vm.ci.services", |
38695 | 153 |
], |
154 |
"imports" : [ |
|
155 |
"jdk.internal.misc", |
|
156 |
"jdk.internal.org.objectweb.asm", |
|
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
157 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
158 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 159 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
160 |
"workingSets" : "JVMCI", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
161 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
162 |
|
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
163 |
"jdk.vm.ci.hotspot.test" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
164 |
"subDir" : "../../test/hotspot/jtreg/compiler/jvmci", |
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
165 |
"sourceDirs" : ["src"], |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
166 |
"dependencies" : [ |
38019
28b6a97849ed
8153165: Fix MX tool config script to make the tool work with TESTNG
kshefov
parents:
36826
diff
changeset
|
167 |
"TESTNG", |
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
168 |
"jdk.vm.ci.hotspot", |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
169 |
], |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
170 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 171 |
"javaCompliance" : "9", |
36826
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
172 |
"workingSets" : "API,JVMCI", |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
173 |
}, |
62836dfa9191
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents:
35837
diff
changeset
|
174 |
|
35148 | 175 |
"jdk.vm.ci.hotspot.aarch64" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
176 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
35148 | 177 |
"sourceDirs" : ["src"], |
178 |
"dependencies" : [ |
|
179 |
"jdk.vm.ci.aarch64", |
|
180 |
"jdk.vm.ci.hotspot", |
|
181 |
], |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
182 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 183 |
"javaCompliance" : "9", |
35148 | 184 |
"workingSets" : "JVMCI,HotSpot,AArch64", |
185 |
}, |
|
186 |
||
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
187 |
"jdk.vm.ci.hotspot.amd64" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
188 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
189 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
190 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
191 |
"jdk.vm.ci.amd64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
192 |
"jdk.vm.ci.hotspot", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
193 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
194 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 195 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
196 |
"workingSets" : "JVMCI,HotSpot,AMD64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
197 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
198 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
199 |
"jdk.vm.ci.hotspot.sparc" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
200 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
201 |
"sourceDirs" : ["src"], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
202 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
203 |
"jdk.vm.ci.sparc", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
204 |
"jdk.vm.ci.hotspot", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
205 |
], |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
206 |
"checkstyle" : "jdk.vm.ci.services", |
38695 | 207 |
"javaCompliance" : "9", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
208 |
"workingSets" : "JVMCI,HotSpot,SPARC", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
209 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
210 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
211 |
"hotspot" : { |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
212 |
"native" : True, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
213 |
"class" : "HotSpotProject", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
214 |
} |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
215 |
}, |
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 |
"distributions" : { |
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 |
|
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
221 |
"JVMCI_SERVICES" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
222 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
223 |
"dependencies" : ["jdk.vm.ci.services"], |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
224 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
225 |
|
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
226 |
"JVMCI_API" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
227 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
228 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
229 |
"jdk.vm.ci.runtime", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
230 |
"jdk.vm.ci.common", |
35148 | 231 |
"jdk.vm.ci.aarch64", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
232 |
"jdk.vm.ci.amd64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
233 |
"jdk.vm.ci.sparc", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
234 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
235 |
"distDependencies" : [ |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
236 |
"JVMCI_SERVICES", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
237 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
238 |
}, |
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 |
"JVMCI_HOTSPOT" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
241 |
"subDir" : "../jdk.internal.vm.ci/share/classes", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
242 |
"dependencies" : [ |
35148 | 243 |
"jdk.vm.ci.hotspot.aarch64", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
244 |
"jdk.vm.ci.hotspot.amd64", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
245 |
"jdk.vm.ci.hotspot.sparc", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
246 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
247 |
"distDependencies" : [ |
35564
3485bf43b924
8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents:
35160
diff
changeset
|
248 |
"JVMCI_SERVICES", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
249 |
"JVMCI_API", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
250 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
251 |
}, |
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 |
"JVMCI_TEST" : { |
47618
57cdc5222925
8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents:
47216
diff
changeset
|
254 |
"subDir" : "../../test/hotspot/jtreg/compiler/jvmci", |
34505
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
255 |
"dependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
256 |
"jdk.vm.ci.runtime.test", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
257 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
258 |
"distDependencies" : [ |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
259 |
"JVMCI_API", |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
260 |
], |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
261 |
"exclude" : ["mx:JUNIT"], |
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 |
}, |
90f4fd15d739
8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff
changeset
|
264 |
} |