comparison runbootstrap.sh @ 3543:344264424174

Enable debugging of compiler code from Java IDEs. Moved binary to "graal" subdirectory. New flag for starting Graal is just "-graal".
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 13 Aug 2011 18:08:28 +0200
parents d577d07cedec
children cda0630a8640
comparison
equal deleted inserted replaced
3541:f3ce30df0218 3543:344264424174
9 fi 9 fi
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 ${JDK7}/bin/java -client -d64 -graal $* -version 14 ${JDK7}/bin/java -graal $* -version