# HG changeset patch # User Matthias Grimmer # Date 1364577686 -3600 # Node ID 142fe2016d0bd4494c886b6c91040b0d94ceb6f4 # Parent 6a5a980714d4a6db4c56795f3bf8986271152e28 Add annotation processor to graal.hotspot; make sure that executeHelper gets replaced diff -r 6a5a980714d4 -r 142fe2016d0b mx/projects --- a/mx/projects Fri Mar 29 18:06:01 2013 +0100 +++ b/mx/projects Fri Mar 29 18:21:26 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.hotspot # graal.api.runtime project@com.oracle.graal.api.runtime@subDir=graal @@ -98,7 +98,7 @@ project@com.oracle.graal.hotspot@sourceDirs=src project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.replacements,com.oracle.graal.printer project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph -project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier +project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier, com.oracle.graal.service.processor project@com.oracle.graal.hotspot@javaCompliance=1.7 # graal.hotspot.amd64