# HG changeset patch # User Thomas Wuerthinger # Date 1303909949 -7200 # Node ID 34b5eea9b001f3900cbcdab3085780c10d78247e # Parent 3452f96a1139534757f0a86c42a642f8c218917c Added more batch files to run dacapo benchmarks and the Graal bootstrap. diff -r 3452f96a1139 -r 34b5eea9b001 runalldacapo.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/runalldacapo.sh Wed Apr 27 15:12:29 2011 +0200 @@ -0,0 +1,15 @@ +#!/bin/bash +bash rundacapo.sh avrora +bash rundacapo.sh batik +bash rundacapo.sh eclipse +bash rundacapo.sh fop +bash rundacapo.sh h2 +bash rundacapo.sh jython +bash rundacapo.sh luindex +bash rundacapo.sh lusearch +bash rundacapo.sh pmd +bash rundacapo.sh sunflow +bash rundacapo.sh tomcat +bash rundacapo.sh tradebeans +bash rundacapo.sh tradesoap +bash rundacapo.sh xalan diff -r 3452f96a1139 -r 34b5eea9b001 runbootstrap.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/runbootstrap.sh Wed Apr 27 15:12:29 2011 +0200 @@ -0,0 +1,2 @@ +#!/bin/bash +${GRAAL}/java64/bin/java -client -graal -version diff -r 3452f96a1139 -r 34b5eea9b001 rundacapo.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rundacapo.sh Wed Apr 27 15:12:29 2011 +0200 @@ -0,0 +1,2 @@ +#!/bin/bash +${GRAAL}/java64/bin/java -client -graal -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness $* diff -r 3452f96a1139 -r 34b5eea9b001 runtests.sh --- a/runtests.sh Wed Apr 27 14:49:45 2011 +0200 +++ b/runtests.sh Wed Apr 27 15:12:29 2011 +0200 @@ -1,2 +1,2 @@ #!/bin/bash -${GRAAL}/java64/bin/java -client -graal -ea -Xcomp -XX:+PrintCompilation -XX:CompileOnly=jtt -Xbootclasspath/p:"${MAXINE}/VM/bin" -Xbootclasspath/p:"${MAXINE}/Base/bin" test.com.sun.max.vm.compiler.JavaTester -verbose=1 -gen-run-scheme=false -run-scheme-package=all ${MAXINE}/VM/test/jtt/bytecode ${MAXINE}/VM/test/jtt/except ${MAXINE}/VM/test/jtt/hotpath ${MAXINE}/VM/test/jtt/jdk ${MAXINE}/VM/test/jtt/lang ${MAXINE}/VM/test/jtt/loop ${MAXINE}/VM/test/jtt/micro ${MAXINE}/VM/test/jtt/optimize ${MAXINE}/VM/test/jtt/reflect ${MAXINE}/VM/test/jtt/threads +${GRAAL}/java64/bin/java -client -graal -ea -esa -Xcomp -XX:+PrintCompilation -XX:CompileOnly=jtt -Xbootclasspath/p:"${MAXINE}/VM/bin" -Xbootclasspath/p:"${MAXINE}/Base/bin" test.com.sun.max.vm.compiler.JavaTester -verbose=1 -gen-run-scheme=false -run-scheme-package=all ${MAXINE}/VM/test/jtt/bytecode ${MAXINE}/VM/test/jtt/except ${MAXINE}/VM/test/jtt/hotpath ${MAXINE}/VM/test/jtt/jdk ${MAXINE}/VM/test/jtt/lang ${MAXINE}/VM/test/jtt/loop ${MAXINE}/VM/test/jtt/micro ${MAXINE}/VM/test/jtt/optimize ${MAXINE}/VM/test/jtt/reflect ${MAXINE}/VM/test/jtt/threads