Remove obsolete Xdebug flag from JDWP help

XMLWordPrintable

    • Type: CSR
    • Resolution: Approved
    • Priority: P4
    • 14
    • Component/s: core-svc
    • None
    • minimal
    • Other
    • JDK

      Summary

      Remove references to obsolete Xdebug flag from JDWP help.

      Problem

      The help information returned by "java -Xrunjdwp:help" command shows the usage of obsolete Xdebug option that has been a no-op flag since JDK 6.

      Solution

      Remove references to Xdebug flag from JDWP help.

      Specification

      The following fragment retuned by "java -Xrunjdwp:help"

      - The older -Xrunjdwp interface can still be used, but will be removed in
        a future release, for example:
            java -Xdebug -Xrunjdwp:[help]|[<option>=<value>, ...]
      

      will be replaced with:

      - The older -Xrunjdwp interface can still be used, but will be removed in
        a future release, for example:
            java -Xrunjdwp:[help]|[<option>=<value>, ...]
      

            Assignee:
            Daniil Titov (Inactive)
            Reporter:
            David Holmes
            Alex Menkov, David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: