comparison rundacapo.sh @ 2606:f21f430a6ef2

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Fri, 06 May 2011 16:21:10 +0200
parents 0c6564c254af
children 5af7b38be963
comparison
equal deleted inserted replaced
2605:98fa88528319 2606:f21f430a6ef2
10 if [ -z "${GRAAL}" ]; then 10 if [ -z "${GRAAL}" ]; then
11 echo "GRAAL is not defined. It must point to a maxine repository directory." 11 echo "GRAAL is not defined. It must point to a maxine repository directory."
12 exit 1; 12 exit 1;
13 fi 13 fi
14 if [ -z "${DACAPO}" ]; then 14 if [ -z "${DACAPO}" ]; then
15 echo "DACAPO is not defined. It must point to a SciMark benchmark directory." 15 echo "DACAPO is not defined. It must point to a Dacapo benchmark directory."
16 exit 1; 16 exit 1;
17 fi 17 fi
18 ${JDK7}/bin/java -client -graal -XX:-C1XBailoutIsFatal -C1X:+QuietBailout -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness $* 18 ${JDK7}/bin/java -client -graal -XX:-C1XBailoutIsFatal -C1X:+QuietBailout -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar Harness $*