- `-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")
- duplicates
-
JDK-8336063 Doccheck: the jcmd command page doesn't show the correct command-line options
-
- Closed
-
- relates to
-
JDK-8319948 jcmd man page needs to be updated
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/b144910e
-
Review(master) openjdk/jdk/20246