On Fri, 7 Jun 2024 10:40:07 GMT, Thomas Stuefe <stu...@openjdk.org> wrote:
> @dholmes-ora this is one of yours. > > This was a tad annoying to fix (fix is simple though), since the jcmd > framework has no good way to allow for default parameters that are not used > literally. E.g. in this case, the real value for the file name will contain > the process pid, which of course cannot be hard-coded. > > New output: > > > Syntax : System.dump_map [options] > > Options: (options must be specified using the <key> or <key>=<value> syntax) > -H : [optional] Human readable format (BOOLEAN, false) > -F : [optional] file path (STRING, vm_memory_map_<pid>.txt) This pull request has now been integrated. Changeset: 83b34410 Author: Thomas Stuefe <stu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/83b34410e326c47f357a37c3a337b7dedb8cbbda Stats: 11 lines in 1 file changed: 7 ins; 0 del; 4 mod 8322811: jcmd System.dump_map help info has conflicting statements Reviewed-by: dholmes, kevinw ------------- PR: https://git.openjdk.org/jdk/pull/19596