comparison mx.graal/suite.py @ 22874:b308931fc253

API to get the GraalRuntime of the JVMCI system compiler.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 21 Oct 2015 16:20:23 +0200
parents d0000fb935b7
children fcd9e8f41e2b
comparison
equal deleted inserted replaced
22873:3566ad79cf86 22874:b308931fc253
148 148
149 "com.oracle.graal.api.runtime" : { 149 "com.oracle.graal.api.runtime" : {
150 "subDir" : "graal", 150 "subDir" : "graal",
151 "sourceDirs" : ["src"], 151 "sourceDirs" : ["src"],
152 "dependencies" : [ 152 "dependencies" : [
153 "jvmci:JVMCI_SERVICE", 153 "jvmci:JVMCI_API",
154 ], 154 ],
155 "checkstyle" : "com.oracle.graal.graph", 155 "checkstyle" : "com.oracle.graal.graph",
156 "javaCompliance" : "1.8", 156 "javaCompliance" : "1.8",
157 "workingSets" : "API,Graal", 157 "workingSets" : "API,Graal",
158 }, 158 },