re-enable assertions by default

This commit is contained in:
Jonathan Ellis 2014-01-03 20:29:08 -06:00
parent 412b053ca1
commit 1c38fbf9d9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ JMX_PORT="7199"
# enable assertions. disabling this in production will give a modest
# performance benefit (around 5%).
#JVM_OPTS="$JVM_OPTS -ea"
JVM_OPTS="$JVM_OPTS -ea"
# add the jamm javaagent
if [ "$JVM_VENDOR" != "OpenJDK" -o "$JVM_VERSION" \> "1.6.0" ] \