diff 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
line wrap: on
line diff
--- a/runbootstrap.sh	Thu Aug 11 11:45:33 2011 +0200
+++ b/runbootstrap.sh	Sat Aug 13 18:08:28 2011 +0200
@@ -11,4 +11,4 @@
   echo "GRAAL is not defined. It must point to a maxine repository directory."
   exit 1;
 fi
-${JDK7}/bin/java -client -d64 -graal $* -version 
+${JDK7}/bin/java -graal $* -version