diff mx.graal/suite.py @ 22876:cc788c1189fc

Remove GraalRuntimeAccess mechanism, and move Graal singleton class to test project.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 22 Oct 2015 16:21:29 +0200
parents fcd9e8f41e2b
children 9fed99d7f32d
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Oct 22 16:00:44 2015 +0200
+++ b/mx.graal/suite.py	Thu Oct 22 16:21:29 2015 +0200
@@ -299,7 +299,7 @@
       "checkstyle" : "com.oracle.graal.graph",
       "dependencies" : [
         "mx:JUNIT",
-        "com.oracle.graal.api.runtime",
+        "com.oracle.graal.api.test",
         "com.oracle.graal.graph",
       ],
       "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
@@ -571,7 +571,7 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "com.oracle.graal.api.runtime",
+        "com.oracle.graal.api.test",
         "com.oracle.graal.runtime",
         "mx:JUNIT",
       ],
@@ -608,7 +608,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "JMH",
-        "com.oracle.graal.api.runtime",
+        "com.oracle.graal.api.test",
         "com.oracle.graal.java",
         "com.oracle.graal.runtime",
       ],