RFR: 8303229: JFR: Preserve disk repository after exit [v3]

David Holmes dholmes at openjdk.org
Thu Mar 23 12:49:59 UTC 2023


On Thu, 23 Mar 2023 12:41:29 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

>> Hi,
>> 
>> Could I have a review of an enhancement that adds the option preserve-repository=true/false to -XX:FlightRecorderOptions and jcmd JFR.configure. When set to true, chunk files in the repository will not be removed by the JVM at exit.
>> 
>> Testing: jdk/jdk/jfr
>> 
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Docs update

src/java.base/share/man/java.1 line 1344:

> 1342: after the JVM has exited.
> 1343: If false, files are deleted.
> 1344: By default, this parameters is disabled.

Do you mean by default it is false?

Typo: parameters -> parameter

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13111#discussion_r1146135729


More information about the hotspot-jfr-dev mailing list