comparison runjython.sh @ 3708:54d4c210a34e

Remove recordBailout method. Remove GraalBailoutIsFatal flag.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 02 Dec 2011 17:46:54 +0100
parents cda0630a8640
children
comparison
equal deleted inserted replaced
3707:0ac36a6d5ab0 3708:54d4c210a34e
9 fi 9 fi
10 if [ -z "${DACAPO}" ]; then 10 if [ -z "${DACAPO}" ]; then
11 echo "DACAPO is not defined. It must point to a Dacapo benchmark directory." 11 echo "DACAPO is not defined. It must point to a Dacapo benchmark directory."
12 exit 1; 12 exit 1;
13 fi 13 fi
14 COMMAND="${JDK7}/bin/java -graal -Xms1g -Xmx2g -esa -classpath ${DACAPO}/dacapo-9.12-bach.jar -XX:-GraalBailoutIsFatal -G:-QuietBailout $* Harness --preserve -n 10 jython" 14 ${JDK7}/bin/java -graal -Xms1g -Xmx2g -classpath ${DACAPO}/dacapo-9.12-bach.jar -XX:-GraalBailoutIsFatal $* Harness --preserve -n 10 jython
15 echo $COMMAND
16 $COMMAND