diff mx/suite.py @ 18228:ab489bac3bc8

Correct the bci used by stateDuring in ForeignCallNode
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 03 Nov 2014 10:17:24 -0800
parents c88ab4f1f04a
children 137f4cf8204a
line wrap: on
line diff
--- a/mx/suite.py	Fri Oct 31 12:22:06 2014 -0700
+++ b/mx/suite.py	Mon Nov 03 10:17:24 2014 -0800
@@ -679,6 +679,7 @@
         "com.oracle.graal.graph",
         "com.oracle.graal.api.replacements",
         "com.oracle.graal.lir",
+        "com.oracle.graal.bytecode",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
@@ -830,7 +831,6 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.phases",
-        "com.oracle.graal.bytecode",
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",