diff mx.graal/suite.py @ 22905:463553e69619

Add basic functionality for debug dumps via Salver trace events.
author Stefan Rumzucker <stefan.rumzucker@jku.at>
date Thu, 29 Oct 2015 17:49:30 +0100
parents 217a942e3603
children 6ecf989e8556
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Oct 29 13:53:23 2015 +0100
+++ b/mx.graal/suite.py	Thu Oct 29 17:49:30 2015 +0100
@@ -926,7 +926,24 @@
       "javaCompliance" : _8_9,
       "annotationProcessors" : [ap("SERVICE")],
       "workingSets" : "Graal,Truffle,SPARC",
-    }
+    },
+
+    # ------------- Salver -------------
+
+    "com.oracle.graal.salver" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : [
+        "com.oracle.graal.java",
+      ],
+      "annotationProcessors" : [
+        ap("OPTIONS"),
+        ap("SERVICE"),
+      ],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : _8_9,
+      "workingSets" : "Graal",
+    },
   },
 
   "distributions" : {
@@ -974,6 +991,7 @@
         "com.oracle.graal.replacements.amd64",
         "com.oracle.graal.compiler.sparc",
         "com.oracle.graal.replacements.sparc",
+        "com.oracle.graal.salver",
       ],
       "distDependencies" : [
         "GRAAL_API",