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

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

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

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

              Created:
              Updated:
              Resolved: