RFR: 8271232: JFR: Scrub recording data [v5]

Markus Grönlund mgronlun at openjdk.java.net
Fri Feb 25 11:35:14 UTC 2022


On Thu, 24 Feb 2022 12:58:15 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

>> Hi,
>> 
>> Could I have review of an enhancement that allows .jfr files to be scrubbed for sensitive information, either by a call to `RecordingFile::write(Path, Predicate<RecordedEvent>) `or from command line with `jfr scrub`. For details, see CSR.
>> 
>> Testing: jdk/jdk/jfr + manual testing with a SPECjbb recording with all events enabled
>> 
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Simplified filter

Good work!

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

Marked as reviewed by mgronlun (Reviewer).

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


More information about the hotspot-jfr-dev mailing list