Integrated: 8271232: JFR: Scrub recording data

Erik Gahlin egahlin at openjdk.java.net
Fri Feb 25 12:59:57 UTC 2022


On Mon, 21 Feb 2022 01:23:07 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

This pull request has now been integrated.

Changeset: e96c599e
Author:    Erik Gahlin <egahlin at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e96c599ed2a30ea116803aac0e85ba701ad40e25
Stats:     2152 lines in 28 files changed: 1939 ins; 153 del; 60 mod

8271232: JFR: Scrub recording data

Reviewed-by: mgronlun

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

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


More information about the hotspot-jfr-dev mailing list