comparison mx/suite.py @ 20872:b1700db197c7

Move com.oracle.nfi implementation to graal.truffle.hotspot since it implements an interface that does not live in the graal class-loader
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 09 Apr 2015 17:40:55 +0200
parents c5ae0424f822
children c9a8c62c60fc
comparison
equal deleted inserted replaced
20871:762e03b40d3d 20872:b1700db197c7
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",
1077 "subDir" : "graal", 1076 "subDir" : "graal",
1078 "sourceDirs" : ["src"], 1077 "sourceDirs" : ["src"],
1079 "dependencies" : [ 1078 "dependencies" : [
1080 "com.oracle.graal.truffle", 1079 "com.oracle.graal.truffle",
1081 "com.oracle.graal.hotspot", 1080 "com.oracle.graal.hotspot",
1081 "com.oracle.nfi",
1082 ], 1082 ],
1083 "checkstyle" : "com.oracle.graal.graph", 1083 "checkstyle" : "com.oracle.graal.graph",
1084 "javaCompliance" : "1.8", 1084 "javaCompliance" : "1.8",
1085 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1085 "annotationProcessors" : ["com.oracle.graal.service.processor"],
1086 "workingSets" : "Graal,Truffle", 1086 "workingSets" : "Graal,Truffle",
1089 "com.oracle.graal.truffle.hotspot.amd64" : { 1089 "com.oracle.graal.truffle.hotspot.amd64" : {
1090 "subDir" : "graal", 1090 "subDir" : "graal",
1091 "sourceDirs" : ["src"], 1091 "sourceDirs" : ["src"],
1092 "dependencies" : [ 1092 "dependencies" : [
1093 "com.oracle.graal.truffle.hotspot", 1093 "com.oracle.graal.truffle.hotspot",
1094 "com.oracle.graal.asm.amd64", 1094 "com.oracle.graal.hotspot.amd64",
1095 ], 1095 ],
1096 "checkstyle" : "com.oracle.graal.graph", 1096 "checkstyle" : "com.oracle.graal.graph",
1097 "javaCompliance" : "1.8", 1097 "javaCompliance" : "1.8",
1098 "annotationProcessors" : ["com.oracle.graal.service.processor"], 1098 "annotationProcessors" : ["com.oracle.graal.service.processor"],
1099 "workingSets" : "Graal,Truffle", 1099 "workingSets" : "Graal,Truffle",