Remove -XX:+AggressiveOpts flag that is turned on by default in startup script, closes #638.

This commit is contained in:
kimchy 2011-01-20 00:13:18 +02:00
parent b4467c7d1f
commit e953845058
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ JAVA_OPTS="$JAVA_OPTS -Xss128k"
JAVA_OPTS="$JAVA_OPTS -Djline.enabled=true"
# Enable aggressive optimizations in the JVM
JAVA_OPTS="$JAVA_OPTS -XX:+AggressiveOpts"
# - Disabled by default as it might cause the JVM to crash
# JAVA_OPTS="$JAVA_OPTS -XX:+AggressiveOpts"
# Enable reference compression, reducing memory overhead on 64bit JVMs
# - Disabled by default as it is not stable for Sun JVM before 6u19