diff mx/suite.py @ 20844:3081a57f95fd

converted @MethodSubstitutions for java.lang.Math to MethodSubstitutionPlugins moved support for AMD64 specific Math intrinsics into AMD64 specific name spaces
author Doug Simon <doug.simon@oracle.com>
date Wed, 08 Apr 2015 22:09:05 +0200
parents a2cd0e7072e2
children 197d955502b3
line wrap: on
line diff
--- a/mx/suite.py	Wed Apr 08 11:24:16 2015 +0200
+++ b/mx/suite.py	Wed Apr 08 22:09:05 2015 +0200
@@ -598,6 +598,7 @@
       "dependencies" : [
           "com.oracle.graal.replacements",
           "com.oracle.graal.amd64",
+          "com.oracle.graal.lir.amd64",
           ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",