RFR: 8262908: JFR: Allow JFR to stream events from a known repository path [v2]

Markus Grönlund mgronlun at openjdk.java.net
Tue Apr 27 15:55:42 UTC 2021


On Mon, 26 Apr 2021 18:08:15 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

>> Hi,
>> 
>> Could I have a review that makes it possible to use event streaming against the repository specified on command line (-XX:FlightRecorder:repository=directory)
>> 
>> This is useful if you want start JFR from a script and pass the directory to a monitoring process. Previously you had to use attach and read the directory from a system property. 
>> 
>> Testing: jdk/jdk/jfr
>> 
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove mistakenly added file

Looks good. Thank you.

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

Marked as reviewed by mgronlun (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3685


More information about the hotspot-jfr-dev mailing list