diff mx.graal/suite.py @ 22180:597ef5b2d9e8

made annotation processors explicit since they are no longer inherited
author Doug Simon <doug.simon@oracle.com>
date Sat, 18 Jul 2015 11:15:54 +0200
parents bc09d5ed9a30
children 275fb0d9c87c
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Jul 16 22:09:05 2015 +0200
+++ b/mx.graal/suite.py	Sat Jul 18 11:15:54 2015 +0200
@@ -760,6 +760,12 @@
         "com.oracle.graal.replacements",
       ],
       "checkstyle" : "com.oracle.graal.graph",
+      "annotationProcessors" : [
+        "com.oracle.graal.nodeinfo.processor",
+        "com.oracle.graal.replacements.verifier",
+        "jdk.internal.jvmci.options.processor",
+        "jdk.internal.jvmci.service.processor",
+      ],
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,Truffle",
       "jacoco" : "exclude",