comparison mx.graal/suite.py @ 23223:7e22838663c1

guarded jvmci reference
author Doug Simon <doug.simon@oracle.com>
date Thu, 31 Dec 2015 00:23:35 +0100
parents 56359eb3abfa
children 2375d87e535d
comparison
equal deleted inserted replaced
23222:56359eb3abfa 23223:7e22838663c1
129 # ------------- Graal ------------- 129 # ------------- Graal -------------
130 130
131 "com.oracle.graal.serviceprovider" : { 131 "com.oracle.graal.serviceprovider" : {
132 "subDir" : "graal", 132 "subDir" : "graal",
133 "sourceDirs" : ["src"], 133 "sourceDirs" : ["src"],
134 "dependencies" : ["jvmci:JVMCI_SERVICES"], 134 "dependencies" : deps(["jvmci:JVMCI_SERVICES"]),
135 "javaCompliance" : "1.8", 135 "javaCompliance" : "1.8",
136 "workingSets" : "API,Graal", 136 "workingSets" : "API,Graal",
137 }, 137 },
138 138
139 "com.oracle.graal.serviceprovider.processor" : { 139 "com.oracle.graal.serviceprovider.processor" : {