hotspot/src/jdk.vm.compiler/.mx.graal/suite.py
changeset 43486 96e9480fbdec
parent 42649 28238583a459
equal deleted inserted replaced
43484:9c95dd31d0da 43486:96e9480fbdec
   636       "checkstyle" : "org.graalvm.compiler.graph",
   636       "checkstyle" : "org.graalvm.compiler.graph",
   637       "javaCompliance" : "1.8",
   637       "javaCompliance" : "1.8",
   638       "annotationProcessors" : [
   638       "annotationProcessors" : [
   639         "GRAAL_NODEINFO_PROCESSOR",
   639         "GRAAL_NODEINFO_PROCESSOR",
   640         "GRAAL_REPLACEMENTS_VERIFIER",
   640         "GRAAL_REPLACEMENTS_VERIFIER",
       
   641         "GRAAL_OPTIONS_PROCESSOR",
   641       ],
   642       ],
   642       "workingSets" : "Graal,Graph",
   643       "workingSets" : "Graal,Graph",
   643     },
   644     },
   644 
   645 
   645     "org.graalvm.compiler.nodes.test" : {
   646     "org.graalvm.compiler.nodes.test" : {