increased -Xss value for IBM J9

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12185 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2007-07-03 14:05:08 +00:00
parent 65368992c3
commit 31389b2921
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ SCALA_COMP="$LATEST_COMP";
[ -x "$JAVACMD" ] || JAVACMD=java;
[ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx256M -Xms16M";
case `$JAVACMD \-version 2>&1 | xargs` in
*1.5.*IBM* ) JAVA5="true"; IBM_J9="true";;
*1.5.*IBM* ) JAVA5="true"; IBM_J9="true"; JAVA_OPTS="$JAVA_OPTS -Xss512K";;
*1.[5-7].* ) JAVA5="true";;
*1.4.*GNU* ) JAVA5="false"; GIJ="true"; JAVA_OPTS="--mx256m --ms16m";;
* ) JAVA5="false";;