# HG changeset patch # User Doug Simon # Date 1432636025 -7200 # Node ID f48a6cea31eb59716253915638d06e418504fda8 # Parent 0627ebc2a3eab9842c11079c6473187c6bd8e28c fixed canonicalizeprojects issues diff -r 0627ebc2a3ea -r f48a6cea31eb graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/jvmci/HotSpotResolvedJavaMethodImpl.java diff -r 0627ebc2a3ea -r f48a6cea31eb mx/suite.py --- a/mx/suite.py Tue May 26 11:42:44 2015 +0200 +++ b/mx/suite.py Tue May 26 12:27:05 2015 +0200 @@ -160,7 +160,7 @@ "sourceDirs" : ["test"], "dependencies" : [ "com.oracle.nfi", - "com.oracle.graal.compiler.common", + "com.oracle.jvmci.common", "JUNIT", ], "checkstyle" : "com.oracle.graal.graph", @@ -314,7 +314,7 @@ "com.oracle.graal.hotspotvmconfig.processor" : { "subDir" : "graal", "sourceDirs" : ["src"], - "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.graal.compiler.common"], + "dependencies" : ["com.oracle.graal.hotspotvmconfig", "com.oracle.jvmci.common"], "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8", "workingSets" : "Graal,HotSpot,Codegen",