RFR: 8271949: dumppath in -XX:FlightRecorderOptions does not affect [v8]
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Thu Oct 14 12:17:52 UTC 2021
On Thu, 14 Oct 2021 11:18:12 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add warning message
>
> Since DCmdArgument was not part of the "startup dcmd" (in jfrOptionSet.cpp), I think a CSR request is needed.
@egahlin
> Since DCmdArgument was not part of the "startup dcmd" (in jfrOptionSet.cpp), I think a CSR request is needed.
However DCmdConfigure.java already has `dumppath` so we can see it on JFR.configure dcmd.
$ jcmd 1046 JFR.configure dumppath=/tmp
1046:
Dump path: /tmp
Do we still need a CSR?
-------------
PR: https://git.openjdk.java.net/jdk/pull/5019
More information about the hotspot-jfr-dev
mailing list