[jboss-jira] [JBoss JIRA] (AS7-5293) Align domain.sh and standalone.sh logic about adding -server
Stephen Coy (JIRA)
jira-events at lists.jboss.org
Sat Dec 1 23:50:21 EST 2012
[ https://issues.jboss.org/browse/AS7-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738717#comment-12738717 ]
Stephen Coy commented on AS7-5293:
----------------------------------
It looks like domain.xml has inherited this mis-information:
# MacOS does not support -server flag
from previous versions of JBoss.
This assertion has not been true since well before the PPC->Intel transition and probably dates back to Java 5 or even earlier.
Prior to the PPC->Intel transition it's behaviour was a little different, consisting primarily of memory management tweaks.
On Intel the behaviour of -server has always been the same as that on all Sun/Oracle JVMs.
> Align domain.sh and standalone.sh logic about adding -server
> ------------------------------------------------------------
>
> Key: AS7-5293
> URL: https://issues.jboss.org/browse/AS7-5293
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Scripts
> Reporter: Brian Stansberry
> Fix For: 7.2.0.CR1, Open To Community
>
>
> The domain.sh script has a number of JVM vendor checks it uses to decide whether to add -server to the jvm launch command. In standalone.sh it's simpler; it simply checks for OSX.
> I can't see any reason this logic should be significantly different between the two cases, either the JVM vendor checks are needed in both or they aren't needed in either.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list