diff make/build-graal.xml @ 9188:fb676e23ba51

Rename BasicConfiguration to BasicCompilerConfiguration.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 18 Apr 2013 13:16:39 +0200
parents 0b7d9bcc0f44
children 136cc8fd8890
line wrap: on
line diff
--- a/make/build-graal.xml	Thu Apr 18 10:30:59 2013 +0200
+++ b/make/build-graal.xml	Thu Apr 18 13:16:39 2013 +0200
@@ -81,7 +81,7 @@
         <provider classname="com.oracle.graal.replacements.GraalMethodSubstitutions"/>
       </service>
       <service type="com.oracle.graal.phases.tiers.CompilerConfiguration">
-        <provider classname="com.oracle.graal.compiler.phases.BasicConfiguration"/>
+        <provider classname="com.oracle.graal.compiler.phases.BasicCompilerConfiguration"/>
       </service>
     </jar>
   </target>