comparison mx/suite.py @ 21631:77acf6ba2fc0

Move EventProvider to jvmci.hotspot, make it a JVMCI Service
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Mon, 01 Jun 2015 17:03:29 +0200
parents 35da7c00e2fa
children 678303c93e69
comparison
equal deleted inserted replaced
21630:9cc3571ef51d 21631:77acf6ba2fc0
356 ], 356 ],
357 "javaCompliance" : "1.8", 357 "javaCompliance" : "1.8",
358 "workingSets" : "Graal,HotSpot", 358 "workingSets" : "Graal,HotSpot",
359 }, 359 },
360 360
361 "com.oracle.graal.hotspot.jfr" : { 361 "com.oracle.jvmci.hotspot.jfr" : {
362 "subDir" : "graal", 362 "subDir" : "graal",
363 "sourceDirs" : ["src"], 363 "sourceDirs" : ["src"],
364 "dependencies" : [ 364 "dependencies" : [
365 "com.oracle.graal.hotspot", 365 "com.oracle.jvmci.hotspot",
366 "JFR", 366 "JFR",
367 ], 367 ],
368 "checkstyle" : "com.oracle.graal.graph", 368 "checkstyle" : "com.oracle.graal.graph",
369 "annotationProcessors" : ["com.oracle.jvmci.service.processor"], 369 "annotationProcessors" : ["com.oracle.jvmci.service.processor"],
370 "javaCompliance" : "1.8", 370 "javaCompliance" : "1.8",
371 "profile" : "", 371 "profile" : "",
372 "workingSets" : "Graal,HotSpot", 372 "workingSets" : "JVMCI,HotSpot",
373 }, 373 },
374 374
375 "com.oracle.graal.hotspot.amd64" : { 375 "com.oracle.graal.hotspot.amd64" : {
376 "subDir" : "graal", 376 "subDir" : "graal",
377 "sourceDirs" : ["src"], 377 "sourceDirs" : ["src"],
1266 1266
1267 "JVMCI_HOTSPOT" : { 1267 "JVMCI_HOTSPOT" : {
1268 "path" : "build/jvmci-hotspot.jar", 1268 "path" : "build/jvmci-hotspot.jar",
1269 "subDir" : "graal", 1269 "subDir" : "graal",
1270 "sourcesPath" : "build/jvmci-hotspot.src.zip", 1270 "sourcesPath" : "build/jvmci-hotspot.src.zip",
1271 "dependencies" : ["com.oracle.jvmci.hotspot"], 1271 "dependencies" : [
1272 "com.oracle.jvmci.hotspot",
1273 "com.oracle.jvmci.hotspot.jfr",
1274 ],
1272 "distDependencies" : [ 1275 "distDependencies" : [
1273 "JVMCI_API", 1276 "JVMCI_API",
1274 ], 1277 ],
1275 }, 1278 },
1276 1279
1280 "sourcesPath" : "build/graal.src.zip", 1283 "sourcesPath" : "build/graal.src.zip",
1281 "dependencies" : [ 1284 "dependencies" : [
1282 "com.oracle.graal.hotspot.amd64", 1285 "com.oracle.graal.hotspot.amd64",
1283 "com.oracle.graal.hotspot.sparc", 1286 "com.oracle.graal.hotspot.sparc",
1284 "com.oracle.graal.hotspot", 1287 "com.oracle.graal.hotspot",
1285 "com.oracle.graal.hotspot.jfr",
1286 ], 1288 ],
1287 "exclude" : ["FINDBUGS"], 1289 "exclude" : ["FINDBUGS"],
1288 "distDependencies" : [ 1290 "distDependencies" : [
1289 "JVMCI_HOTSPOT", 1291 "JVMCI_HOTSPOT",
1290 "TRUFFLE", 1292 "TRUFFLE",