comparison mx/suite.py @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 31fc2fce38f3
children 47bebae7454f
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
337 ], 337 ],
338 "javaCompliance" : "1.8", 338 "javaCompliance" : "1.8",
339 "workingSets" : "Graal,HotSpot", 339 "workingSets" : "Graal,HotSpot",
340 }, 340 },
341 341
342 "com.oracle.graal.hotspot.loader" : { 342 "com.oracle.jvmci.hotspot.loader" : {
343 "subDir" : "graal", 343 "subDir" : "graal",
344 "sourceDirs" : ["src"], 344 "sourceDirs" : ["src"],
345 "dependencies" : [], 345 "dependencies" : [],
346 "checkstyle" : "com.oracle.graal.graph", 346 "checkstyle" : "com.oracle.graal.graph",
347 "javaCompliance" : "1.8", 347 "javaCompliance" : "1.8",
1189 "com.oracle.graal.hotspot.jfr", 1189 "com.oracle.graal.hotspot.jfr",
1190 ], 1190 ],
1191 "exclude" : ["FINDBUGS"], 1191 "exclude" : ["FINDBUGS"],
1192 }, 1192 },
1193 1193
1194 "GRAAL_LOADER" : { 1194 "JVMCI_LOADER" : {
1195 "path" : "build/graal-loader.jar", 1195 "path" : "build/jvmci-loader.jar",
1196 "subDir" : "graal", 1196 "subDir" : "graal",
1197 "sourcesPath" : "build/graal-loader.src.zip", 1197 "sourcesPath" : "build/jvmci-loader.src.zip",
1198 "dependencies" : ["com.oracle.graal.hotspot.loader"], 1198 "dependencies" : ["com.oracle.jvmci.hotspot.loader"],
1199 }, 1199 },
1200 1200
1201 "TRUFFLE" : { 1201 "TRUFFLE" : {
1202 "path" : "build/truffle.jar", 1202 "path" : "build/truffle.jar",
1203 "subDir" : "graal", 1203 "subDir" : "graal",