You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by bostko <gi...@git.apache.org> on 2017/05/09 12:33:02 UTC

[GitHub] brooklyn-docs pull request #179: Remove from docs deprecated -Xnoagent

GitHub user bostko opened a pull request:

    https://github.com/apache/brooklyn-docs/pull/179

    Remove from docs deprecated -Xnoagent

    Ignored in Oracle Java
    http://www.oracle.com/technetwork/java/javase/tech/faqs-jsp-142584.html#QC4http://www.oracle.com/technetwork/java/javase/tech/faqs-jsp-142584.html#QC4
    
    Disables old JDB debugger in IBM Java
    https://www.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.zos.70.doc/diag/appendixes/cmdline/Xnoagent.html

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bostko/brooklyn-docs deprecated-debug-option

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-docs/pull/179.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #179
    
----
commit 37affc6ee9274f94269797cce8658f17e7685317
Author: Valentin Aitken <bo...@gmail.com>
Date:   2017-05-09T12:32:30Z

    Remove from docs deprecated -Xnoagent
    
    Ignored in Oracle Java
    http://www.oracle.com/technetwork/java/javase/tech/faqs-jsp-142584.html#QC4http://www.oracle.com/technetwork/java/javase/tech/faqs-jsp-142584.html#QC4
    
    Disables old JDB debugger in IBM Java
    https://www.ibm.com/support/knowledgecenter/SSYKE2_7.0.0/com.ibm.java.zos.70.doc/diag/appendixes/cmdline/Xnoagent.html

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-docs issue #179: Recommend up to date JAVA_DEBUG_OPTS flags

Posted by bostko <gi...@git.apache.org>.
Github user bostko commented on the issue:

    https://github.com/apache/brooklyn-docs/pull/179
  
    @neykov I removed `-Xint` option from doc.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-docs issue #179: Recommend up to date JAVA_DEBUG_OPTS flags

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-docs/pull/179
  
    +1 not to disable JIT with `Xint`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-docs issue #179: Recommend up to date JAVA_DEBUG_OPTS flags

Posted by bostko <gi...@git.apache.org>.
Github user bostko commented on the issue:

    https://github.com/apache/brooklyn-docs/pull/179
  
    I personally use the line I quoted only and works for me.
    If others thing we shouldn't advice people to use `Xint` I am happy to simply remove it from this doc
    and probably add a link to for more details at http://docs.oracle.com/javase/8/docs/technotes/guides/jpda/conninv.html WDYT?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-docs pull request #179: Recommend up to date JAVA_DEBUG_OPTS flags

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-docs/pull/179


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-docs issue #179: Recommend up to date JAVA_DEBUG_OPTS flags

Posted by bostko <gi...@git.apache.org>.
Github user bostko commented on the issue:

    https://github.com/apache/brooklyn-docs/pull/179
  
    It is interesting that IntelliJ Idea recommends using remote debug only with
    `-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005` and not disabling JIT.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---