Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8232075

Remove obsolete Xdebug flag from JDWP help

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • 14
    • 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>, ...]

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

              Created:
              Updated:
              Resolved: