[jboss-cvs] JBossAS SVN: r91533 - branches/JBPAPP_5_0/main/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 21 21:20:05 EDT 2009


Author: gbadner
Date: 2009-07-21 21:20:05 -0400 (Tue, 21 Jul 2009)
New Revision: 91533

Modified:
   branches/JBPAPP_5_0/main/src/bin/run.conf
Log:
JBPAPP-2294 : -sun.lang.ClassLoader.allowArraySyntax should be set to "true" in run.conf to avoid deserialization bottleneck in arrays for JDK 1.6


Modified: branches/JBPAPP_5_0/main/src/bin/run.conf
===================================================================
--- branches/JBPAPP_5_0/main/src/bin/run.conf	2009-07-22 00:37:59 UTC (rev 91532)
+++ branches/JBPAPP_5_0/main/src/bin/run.conf	2009-07-22 01:20:05 UTC (rev 91533)
@@ -42,7 +42,7 @@
 # Specify options to pass to the Java VM.
 #
 if [ "x$JAVA_OPTS" = "x" ]; then
-   JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+   JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
 fi
 ## Specify the Security Manager options
 #JAVA_OPTS="$JAVA_OPTS -Djava.security.manager -Djava.security.policy=$POLICY"




More information about the jboss-cvs-commits mailing list