diff mx.graal/suite.py @ 22875:fcd9e8f41e2b

Avoid using Graal singleton in Truffle initialization.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 22 Oct 2015 16:00:44 +0200
parents b308931fc253
children cc788c1189fc
line wrap: on
line diff
--- a/mx.graal/suite.py	Wed Oct 21 16:20:23 2015 +0200
+++ b/mx.graal/suite.py	Thu Oct 22 16:00:44 2015 +0200
@@ -868,7 +868,10 @@
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
-      "annotationProcessors" : ["jvmci:JVMCI_SERVICE_PROCESSOR"],
+      "annotationProcessors" : [
+        "jvmci:JVMCI_OPTIONS_PROCESSOR",
+        "jvmci:JVMCI_SERVICE_PROCESSOR"
+      ],
       "workingSets" : "Graal,Truffle",
     },