diff make/build-graal.xml @ 8564:bbd8167f21f9

Added executeHelper to HotSpotInstalled code that gets replaced by a MethodSubstitution
author Matthias Grimmer <grimmer@ssw.jku.at>
date Thu, 28 Mar 2013 16:58:23 +0100
parents bd8643cea266
children 847cd24fc4cf
line wrap: on
line diff
--- a/make/build-graal.xml	Wed Mar 27 18:12:03 2013 +0100
+++ b/make/build-graal.xml	Thu Mar 28 16:58:23 2013 +0100
@@ -64,6 +64,7 @@
       <src path="${src.dir}/com.oracle.graal.lir.sparc"/>
       <src path="${src.dir}/com.oracle.graal.compiler.sparc"/>
       <src path="${src.dir}/com.oracle.graal.hotspot.sparc"/>
+      <src path="${src.dir}/com.oracle.graal.rawnativecall"/>
       <compilerarg value="-XDignore.symbol.file"/>
       <classpath>
         <fileset dir="${java.home}/../lib">