diff mx/projects @ 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 6388d983385a
line wrap: on
line diff
--- a/mx/projects	Wed Mar 27 18:12:03 2013 +0100
+++ b/mx/projects	Thu Mar 28 16:58:23 2013 +0100
@@ -23,7 +23,7 @@
 library@DACAPO_SCALA@urls=http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar
 
 distribution@GRAAL@path=graal.jar
-distribution@GRAAL@dependencies=com.oracle.graal.hotspot.amd64,com.oracle.graal.hotspot.sparc
+distribution@GRAAL@dependencies=com.oracle.graal.hotspot.amd64,com.oracle.graal.hotspot.sparc, com.oracle.graal.rawnativecall
 
 # graal.api.runtime
 project@com.oracle.graal.api.runtime@subDir=graal
@@ -386,6 +386,21 @@
 project@com.oracle.graal.asm.sparc@checkstyle=com.oracle.graal.graph
 project@com.oracle.graal.asm.sparc@javaCompliance=1.7
 
+# graal.rawnativecall
+project@com.oracle.graal.rawnativecall@subDir=graal
+project@com.oracle.graal.rawnativecall@sourceDirs=src
+project@com.oracle.graal.rawnativecall@dependencies=com.oracle.graal.hotspot
+project@com.oracle.graal.rawnativecall@checkstyle=com.oracle.graal.graph
+project@com.oracle.graal.rawnativecall@annotationProcessors=com.oracle.graal.replacements.verifier, com.oracle.graal.service.processor
+project@com.oracle.graal.rawnativecall@javaCompliance=1.7
+
+# graal.rawnativecall.test
+project@com.oracle.graal.rawnativecall.test@subDir=graal
+project@com.oracle.graal.rawnativecall.test@sourceDirs=test
+project@com.oracle.graal.rawnativecall.test@dependencies=com.oracle.graal.compiler.test,com.oracle.graal.hotspot
+project@com.oracle.graal.rawnativecall.test@checkstyle=com.oracle.graal.graph
+project@com.oracle.graal.rawnativecall.test@javaCompliance=1.7
+
 # truffle.api
 project@com.oracle.truffle.api@subDir=graal
 project@com.oracle.truffle.api@sourceDirs=src
@@ -437,3 +452,5 @@
 project@com.oracle.truffle.sl.test@checkstyle=com.oracle.graal.graph
 project@com.oracle.truffle.sl.test@javaCompliance=1.7
 
+
+