[jboss-jira] [JBoss JIRA] (AS7-5574) Switch to standard Java debug options -agentlib

Cheng Fang (JIRA) jira-events at lists.jboss.org
Thu Oct 4 16:37:03 EDT 2012


     [ https://issues.jboss.org/browse/AS7-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheng Fang updated AS7-5574:
----------------------------

           Assignee: Cheng Fang  (was: Brian Stansberry)
    Forum Reference: http://lists.jboss.org/pipermail/jboss-as7-dev/2012-September/006842.html  (was: http://lists.jboss.org/pipermail/jboss-as7-dev/2012-September/006842.html)


If nobody is on it, I will give it a try.  The affected files are mainly config and script files, with a few java classes (JvmOptionBuilderFactory, etc).
                
> Switch to standard Java debug options -agentlib
> -----------------------------------------------
>
>                 Key: AS7-5574
>                 URL: https://issues.jboss.org/browse/AS7-5574
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Documentation, Scripts
>    Affects Versions: 7.2.0.Alpha1
>            Reporter: Cheng Fang
>            Assignee: Cheng Fang
>
> AS7 currently has the Java debug options 
> -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
> This uses non-standard options, which may be removed in future JDK, and 
> may not work with other vendors' JDK.
> How about switching to use the standard options, to make it easier to 
> maintain and port?
> -agentlib:jdwp=transport=dt_socket,address=localhost:8787,server=y,suspend=n

--
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