On Thu, 21 Sep 2023 20:43:56 GMT, Yi-Fan Tsai <d...@openjdk.org> wrote:
> `jcmd Compiler.perfmap` uses the hard-coded file name for a perf map: > `/tmp/perf-%d.map`. This change adds an option for specifying a file name. > > The help message of Compiler.perfmap: > > Compiler.perfmap > Write map file for Linux perf tool. > > Impact: Low > > Syntax : Compiler.perfmap [options] > > Options: (options must be specified using the <key> or <key>=<value> syntax) > filename : [optional] Name of the map file (STRING, no default value) This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/15871