Dan Allen [
http://community.jboss.org/people/dan.j.allen] commented on the document
"AS 7 startup time showdown"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-16971#comment-6909
--------------------------------------------------
According the the
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html HotSpot VM
Options Guide:
-XX:+DisableExplicitGC = Disable calls to System.gc(), JVM still
performs garbage collection when necessary.
--------------------------------------------------