Re: RFR: 8303229: JFR: Preserve disk repository after exit [v5]

2023-03-27 Thread Andrey Turbanov
On Thu, 23 Mar 2023 13:49:42 GMT, Erik Gahlin 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 th

Re: RFR: 8303229: JFR: Preserve disk repository after exit [v5]

2023-03-23 Thread David Holmes
On Thu, 23 Mar 2023 13:49:42 GMT, Erik Gahlin 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 th

Re: RFR: 8303229: JFR: Preserve disk repository after exit [v5]

2023-03-23 Thread Erik Gahlin
> 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