# HG changeset patch # User Gilles Duboscq # Date 1433843575 -7200 # Node ID 2c21e9ec520b1d1985b17dc06a0301fb0144ea0b # Parent 1965441ace7bf7b1d48b544fb4f5c5e4b60e0582 Add missing annotation processor to graal.printer diff -r 1965441ace7b -r 2c21e9ec520b mx/suite.py --- 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",