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

<pid> missing from vm_memory_map_<pid>.txt in System.dump_map help text

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 24
    • 23, 24
    • hotspot
    • svc
    • 23
    • b08

    Description

      JDK-8319948 updated the help text for the System.dump_map jcmd. The following line was added to jcmd.md:

          - `-F`: (Optional) File path (STRING, "vm_memory_map_<pid>.txt")

      It becomes the following in jcmd.l (the <pid> part is stripped)

      \f[V]-F\f[R]: (Optional) File path (STRING,
      \[dq]vm_memory_map_.txt\[dq])

      The following should have been used instead:

          - `-F`: (Optional) File path (STRING, "vm_memory_map_\<pid\>.txt")

      Attachments

        Issue Links

          Activity

            People

              cjplummer Chris Plummer
              cjplummer Chris Plummer
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: