comparison mx.jvmci/suite.py @ 22697:57646377e480

Rename Compiler to JVMCICompiler and expose it from JVMCIRuntime.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 21 Oct 2015 13:47:47 +0200
parents 359605451591
children 1ecbf6cc9ab0
comparison
equal deleted inserted replaced
22696:ce6b9837f602 22697:57646377e480
106 106
107 "jdk.vm.ci.runtime" : { 107 "jdk.vm.ci.runtime" : {
108 "subDir" : "jvmci", 108 "subDir" : "jvmci",
109 "sourceDirs" : ["src"], 109 "sourceDirs" : ["src"],
110 "dependencies" : [ 110 "dependencies" : [
111 "jdk.vm.ci.code" 111 "jdk.vm.ci.code",
112 ], 112 "jdk.vm.ci.options"
113 "checkstyle" : "jdk.vm.ci.service", 113 ],
114 "checkstyle" : "jdk.vm.ci.service",
115 "annotationProcessors" : ["JVMCI_OPTIONS_PROCESSOR"],
114 "javaCompliance" : "1.8", 116 "javaCompliance" : "1.8",
115 "workingSets" : "API,JVMCI", 117 "workingSets" : "API,JVMCI",
116 }, 118 },
117 119
118 "jdk.vm.ci.runtime.test" : { 120 "jdk.vm.ci.runtime.test" : {
143 "dependencies" : ["jdk.vm.ci.inittimer"], 145 "dependencies" : ["jdk.vm.ci.inittimer"],
144 "javaCompliance" : "1.8", 146 "javaCompliance" : "1.8",
145 "workingSets" : "JVMCI", 147 "workingSets" : "JVMCI",
146 }, 148 },
147 149
148 "jdk.vm.ci.compiler" : {
149 "subDir" : "jvmci",
150 "sourceDirs" : ["src"],
151 "dependencies" : [
152 "jdk.vm.ci.options",
153 "jdk.vm.ci.runtime",
154 ],
155 "checkstyle" : "jdk.vm.ci.service",
156 "annotationProcessors" : ["JVMCI_OPTIONS_PROCESSOR"],
157 "javaCompliance" : "1.8",
158 "workingSets" : "JVMCI",
159 },
160
161 "jdk.vm.ci.options.processor" : { 150 "jdk.vm.ci.options.processor" : {
162 "subDir" : "jvmci", 151 "subDir" : "jvmci",
163 "sourceDirs" : ["src"], 152 "sourceDirs" : ["src"],
164 "dependencies" : [ 153 "dependencies" : [
165 "jdk.vm.ci.options", 154 "jdk.vm.ci.options",
204 "jdk.vm.ci.hotspot" : { 193 "jdk.vm.ci.hotspot" : {
205 "subDir" : "jvmci", 194 "subDir" : "jvmci",
206 "sourceDirs" : ["src"], 195 "sourceDirs" : ["src"],
207 "dependencies" : [ 196 "dependencies" : [
208 "jdk.vm.ci.hotspotvmconfig", 197 "jdk.vm.ci.hotspotvmconfig",
209 "jdk.vm.ci.compiler",
210 "jdk.vm.ci.common", 198 "jdk.vm.ci.common",
199 "jdk.vm.ci.runtime",
211 "jdk.vm.ci.service", 200 "jdk.vm.ci.service",
212 ], 201 ],
213 "annotationProcessors" : [ 202 "annotationProcessors" : [
214 "JVMCI_HOTSPOTVMCONFIG_PROCESSOR", 203 "JVMCI_HOTSPOTVMCONFIG_PROCESSOR",
215 "JVMCI_OPTIONS_PROCESSOR", 204 "JVMCI_OPTIONS_PROCESSOR",
363 "subDir" : "jvmci", 352 "subDir" : "jvmci",
364 "dependencies" : [ 353 "dependencies" : [
365 "jdk.vm.ci.inittimer", 354 "jdk.vm.ci.inittimer",
366 "jdk.vm.ci.runtime", 355 "jdk.vm.ci.runtime",
367 "jdk.vm.ci.common", 356 "jdk.vm.ci.common",
368 "jdk.vm.ci.compiler",
369 "jdk.vm.ci.amd64", 357 "jdk.vm.ci.amd64",
370 "jdk.vm.ci.sparc", 358 "jdk.vm.ci.sparc",
371 ], 359 ],
372 "distDependencies" : [ 360 "distDependencies" : [
373 "JVMCI_OPTIONS", 361 "JVMCI_OPTIONS",