diff mx.graal/suite.py @ 22874:b308931fc253

API to get the GraalRuntime of the JVMCI system compiler.
author Roland Schatz <roland.schatz@oracle.com>
date Wed, 21 Oct 2015 16:20:23 +0200
parents d0000fb935b7
children fcd9e8f41e2b
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Oct 20 15:56:18 2015 +0200
+++ b/mx.graal/suite.py	Wed Oct 21 16:20:23 2015 +0200
@@ -150,7 +150,7 @@
       "subDir" : "graal",
       "sourceDirs" : ["src"],
       "dependencies" : [
-        "jvmci:JVMCI_SERVICE",
+        "jvmci:JVMCI_API",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",