comparison mx/suite.py @ 21675:2e8c01def9a5

moved [AMD64|SPARC]HotSpotJVMCIBackendFactory into JVMCI namespace (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Jun 2015 00:30:44 +0200
parents e0b5d4fcd929
children 7a8a5bb5ec56
comparison
equal deleted inserted replaced
21674:e0b5d4fcd929 21675:2e8c01def9a5
1318 "JVMCI_HOTSPOT" : { 1318 "JVMCI_HOTSPOT" : {
1319 "path" : "build/jvmci-hotspot.jar", 1319 "path" : "build/jvmci-hotspot.jar",
1320 "subDir" : "graal", 1320 "subDir" : "graal",
1321 "sourcesPath" : "build/jvmci-hotspot.src.zip", 1321 "sourcesPath" : "build/jvmci-hotspot.src.zip",
1322 "dependencies" : [ 1322 "dependencies" : [
1323 "com.oracle.jvmci.hotspot", 1323 "com.oracle.jvmci.hotspot.amd64",
1324 "com.oracle.jvmci.hotspot.sparc",
1324 "com.oracle.jvmci.hotspot.jfr", 1325 "com.oracle.jvmci.hotspot.jfr",
1325 ], 1326 ],
1326 "distDependencies" : [ 1327 "distDependencies" : [
1327 "JVMCI_API", 1328 "JVMCI_API",
1328 ], 1329 ],