comparison mx/suite.py @ 21760:55058b8000ea

updated javadoc to document that JVMCI services are disjoint from the standard service loading mechanism and tightened generic type constraint such that Services and @ServiceProcessor can only be used with classes implementing Service
author Doug Simon <doug.simon@oracle.com>
date Sat, 06 Jun 2015 09:23:37 +0200
parents b54b13157d4b
children c76742cc2c6f
comparison
equal deleted inserted replaced
21759:75daca0c6a0f 21760:55058b8000ea
250 }, 250 },
251 251
252 "com.oracle.jvmci.options" : { 252 "com.oracle.jvmci.options" : {
253 "subDir" : "graal", 253 "subDir" : "graal",
254 "sourceDirs" : ["src"], 254 "sourceDirs" : ["src"],
255 "dependencies" : [
256 "com.oracle.jvmci.service",
257 ],
258 "checkstyle" : "com.oracle.graal.graph", 255 "checkstyle" : "com.oracle.graal.graph",
259 "javaCompliance" : "1.8", 256 "javaCompliance" : "1.8",
260 "workingSets" : "JVMCI", 257 "workingSets" : "JVMCI",
261 }, 258 },
262 259