annotate runjython.sh @ 3713:d6a0c46a73b2

Add all DaCapo benchmarks, allow batch execution of all DaCapo benchmarks, add -d flag to start HotSpot under the debugger
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 13 Dec 2011 21:16:50 -0800
parents 54d4c210a34e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3134
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
1 #!/bin/bash
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
2 if [ -z "${JDK7}" ]; then
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
3 echo "JDK7 is not defined."
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
4 exit 1;
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
5 fi
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
6 if [ -z "${MAXINE}" ]; then
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
7 echo "MAXINE is not defined. It must point to a maxine repository directory."
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
8 exit 1;
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
9 fi
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
10 if [ -z "${DACAPO}" ]; then
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
11 echo "DACAPO is not defined. It must point to a Dacapo benchmark directory."
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
12 exit 1;
4b63eb1197ca Various fixes around escape analysis.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
13 fi
3708
54d4c210a34e Remove recordBailout method. Remove GraalBailoutIsFatal flag.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 3584
diff changeset
14 ${JDK7}/bin/java -graal -Xms1g -Xmx2g -classpath ${DACAPO}/dacapo-9.12-bach.jar -XX:-GraalBailoutIsFatal $* Harness --preserve -n 10 jython