diff mx.graal/suite.py @ 23078:b00ef2b9cd00

Generate graph builder plugins for @NodeIntrinsic and @Fold methods.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 24 Nov 2015 19:31:56 +0100
parents fb4379f87d4d
children e8655ca07d90
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Nov 24 15:21:14 2015 +0100
+++ b/mx.graal/suite.py	Tue Nov 24 19:31:56 2015 +0100
@@ -518,6 +518,7 @@
       "javaCompliance" : "1.8",
       "annotationProcessors" : [
         "GRAAL_NODEINFO_PROCESSOR",
+        "GRAAL_REPLACEMENTS_VERIFIER",
       ],
       "workingSets" : "Graal,Replacements,AMD64",
     },
@@ -541,7 +542,10 @@
         "com.oracle.graal.compiler.test",
         "com.oracle.graal.replacements",
       ],
-      "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
+      "annotationProcessors" : [
+        "GRAAL_NODEINFO_PROCESSOR",
+        "GRAAL_REPLACEMENTS_VERIFIER"
+      ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,Replacements,Test",
@@ -1113,6 +1117,7 @@
       "dependencies" : ["com.oracle.graal.replacements.verifier"],
       "distDependencies" : [
         "GRAAL_API",
+        "jvmci:JVMCI_SERVICE_PROCESSOR",
       ],
     },