comparison mx.graal/suite.py @ 22390:aeb7a47e272d

Merge.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 29 Jul 2015 11:59:18 +0200
parents 992575891f42 8c6bc650d7fa
children 1825ca1a694a
comparison
equal deleted inserted replaced
22331:992575891f42 22390:aeb7a47e272d
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "8217ef77a80a64b8b773ba1a91363dbeb3d782e6", 9 "version" : "528eeeca785ef0ed43138966bc0a301707fbf5d7",
10 "urls" : [ 10 "urls" : [
11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
12 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 12 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
13 ] 13 ]
14 }, 14 },
281 281
282 "com.oracle.graal.graph" : { 282 "com.oracle.graal.graph" : {
283 "subDir" : "graal", 283 "subDir" : "graal",
284 "sourceDirs" : ["src"], 284 "sourceDirs" : ["src"],
285 "dependencies" : [ 285 "dependencies" : [
286 "com.oracle.graal.debug",
287 "com.oracle.graal.nodeinfo", 286 "com.oracle.graal.nodeinfo",
288 "com.oracle.graal.compiler.common", 287 "com.oracle.graal.compiler.common",
289 "com.oracle.graal.api.collections", 288 "com.oracle.graal.api.collections",
290 "com.oracle.graal.api.runtime", 289 "com.oracle.graal.api.runtime",
291 ], 290 ],
379 "com.oracle.graal.lir" : { 378 "com.oracle.graal.lir" : {
380 "subDir" : "graal", 379 "subDir" : "graal",
381 "sourceDirs" : ["src"], 380 "sourceDirs" : ["src"],
382 "dependencies" : [ 381 "dependencies" : [
383 "com.oracle.graal.compiler.common", 382 "com.oracle.graal.compiler.common",
384 "com.oracle.graal.debug",
385 "com.oracle.graal.asm", 383 "com.oracle.graal.asm",
386 ], 384 ],
387 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"], 385 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
388 "checkstyle" : "com.oracle.graal.graph", 386 "checkstyle" : "com.oracle.graal.graph",
389 "javaCompliance" : "1.8", 387 "javaCompliance" : "1.8",
736 734
737 "com.oracle.graal.compiler.common" : { 735 "com.oracle.graal.compiler.common" : {
738 "subDir" : "graal", 736 "subDir" : "graal",
739 "sourceDirs" : ["src"], 737 "sourceDirs" : ["src"],
740 "dependencies" : [ 738 "dependencies" : [
741 "jvmci:JVMCI_API", 739 "com.oracle.graal.debug",
742 ], 740 ],
743 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"], 741 "annotationProcessors" : ["jvmci:JVMCI_OPTIONS_PROCESSOR"],
744 "checkstyle" : "com.oracle.graal.graph", 742 "checkstyle" : "com.oracle.graal.graph",
745 "javaCompliance" : "1.8", 743 "javaCompliance" : "1.8",
746 "workingSets" : "Graal,Java", 744 "workingSets" : "Graal,Java",