RFR: 8314029: Add file name parameter to Compiler.perfmap [v8]
Chris Plummer
cjplummer at openjdk.org
Wed Dec 13 21:20:45 UTC 2023
On Wed, 13 Dec 2023 20:51:36 GMT, Dean Long <dlong at openjdk.org> wrote:
> The man page says "no default value" but then right below describes the default value, which is confusing. I would remove "no default value".
This was copied from VM.cds, which pretty much does the same thing (says "no default value" and then explains the default value below). Since the default is based on the pid, and we probably don't want a long description here, maybe just say "/tmp/perf-<pid>.map". Or it can say "(STRING, system-generated default name)" as I see in one other jcmd.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15871#issuecomment-1854714496
More information about the hotspot-dev
mailing list