diff mx/suite.py @ 21576:9c2c8e4b5333

Merge with 4b3b38415adf974774952abb69b359053d6f0018
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Thu, 28 May 2015 10:16:13 -0700
parents fc376e0b80ba 28cbfacd0518
children a880844225e4
line wrap: on
line diff
--- a/mx/suite.py	Thu May 28 09:51:44 2015 -0700
+++ b/mx/suite.py	Thu May 28 10:16:13 2015 -0700
@@ -336,15 +336,6 @@
       "workingSets" : "Graal,HotSpot",
     },
 
-    "com.oracle.graal.hotspot.sourcegen" : {
-      "subDir" : "graal",
-      "sourceDirs" : ["src"],
-      "dependencies" : ["com.oracle.graal.hotspot"],
-      "checkstyle" : "com.oracle.graal.graph",
-      "javaCompliance" : "1.8",
-      "workingSets" : "Graal,HotSpot",
-    },
-
     "com.oracle.graal.hotspot.jfr" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
@@ -413,6 +404,9 @@
     "com.oracle.graal.options" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
+      "dependencies" : [
+        "com.oracle.graal.api.runtime",
+      ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "Graal",
@@ -467,7 +461,6 @@
         "com.oracle.graal.nodeinfo",
         "com.oracle.graal.compiler.common",
         "com.oracle.graal.api.collections",
-        "com.oracle.graal.api.runtime",
         "FINDBUGS",
       ],
       "javaCompliance" : "1.8",