comparison mx/suite.py @ 20875:c9a8c62c60fc

Merge.
author Doug Simon <doug.simon@oracle.com>
date Thu, 09 Apr 2015 18:56:06 +0200
parents 197d955502b3 b1700db197c7
children 71509cb61f17
comparison
equal deleted inserted replaced
20874:d2ce468854b4 20875:c9a8c62c60fc
327 "dependencies" : [ 327 "dependencies" : [
328 "com.oracle.graal.replacements", 328 "com.oracle.graal.replacements",
329 "com.oracle.graal.runtime", 329 "com.oracle.graal.runtime",
330 "com.oracle.graal.printer", 330 "com.oracle.graal.printer",
331 "com.oracle.graal.hotspotvmconfig", 331 "com.oracle.graal.hotspotvmconfig",
332 "com.oracle.nfi",
333 ], 332 ],
334 "checkstyle" : "com.oracle.graal.graph", 333 "checkstyle" : "com.oracle.graal.graph",
335 "annotationProcessors" : [ 334 "annotationProcessors" : [
336 "com.oracle.graal.replacements.verifier", 335 "com.oracle.graal.replacements.verifier",
337 "com.oracle.graal.service.processor", 336 "com.oracle.graal.service.processor",
1091 "subDir" : "graal", 1090 "subDir" : "graal",
1092 "sourceDirs" : ["src"], 1091 "sourceDirs" : ["src"],
1093 "dependencies" : [ 1092 "dependencies" : [
1094 "com.oracle.graal.truffle", 1093 "com.oracle.graal.truffle",
1095 "com.oracle.graal.hotspot", 1094 "com.oracle.graal.hotspot",
1095 "com.oracle.nfi",
1096 ], 1096 ],
1097 "checkstyle" : "com.oracle.graal.graph", 1097 "checkstyle" : "com.oracle.graal.graph",
1098 "javaCompliance" : "1.8", 1098 "javaCompliance" : "1.8",
1099 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1099 "annotationProcessors" : ["com.oracle.graal.service.processor"],
1100 "workingSets" : "Graal,Truffle", 1100 "workingSets" : "Graal,Truffle",
1103 "com.oracle.graal.truffle.hotspot.amd64" : { 1103 "com.oracle.graal.truffle.hotspot.amd64" : {
1104 "subDir" : "graal", 1104 "subDir" : "graal",
1105 "sourceDirs" : ["src"], 1105 "sourceDirs" : ["src"],
1106 "dependencies" : [ 1106 "dependencies" : [
1107 "com.oracle.graal.truffle.hotspot", 1107 "com.oracle.graal.truffle.hotspot",
1108 "com.oracle.graal.asm.amd64", 1108 "com.oracle.graal.hotspot.amd64",
1109 ], 1109 ],
1110 "checkstyle" : "com.oracle.graal.graph", 1110 "checkstyle" : "com.oracle.graal.graph",
1111 "javaCompliance" : "1.8", 1111 "javaCompliance" : "1.8",
1112 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1112 "annotationProcessors" : ["com.oracle.graal.service.processor"],
1113 "workingSets" : "Graal,Truffle", 1113 "workingSets" : "Graal,Truffle",