changeset 21871:2c21e9ec520b

Add missing annotation processor to graal.printer
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 09 Jun 2015 11:52:55 +0200
parents 1965441ace7b
children fe0d57a9b79b
files mx/suite.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/suite.py	Tue Jun 09 12:17:22 2015 +0200
+++ b/mx/suite.py	Tue Jun 09 11:52:55 2015 +0200
@@ -1020,6 +1020,7 @@
         "com.oracle.graal.java",
         "com.oracle.graal.compiler",
       ],
+      "annotationProcessors" : ["com.oracle.jvmci.service.processor"],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,Graph",