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

Erik Gahlin egahlin at openjdk.java.net
Tue Feb 22 12:35:54 UTC 2022


> 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:

  Remove unnecessary assignment

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7548/files
  - new: https://git.openjdk.java.net/jdk/pull/7548/files/a9fd5d28..17f234d8

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7548&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7548&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7548.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7548/head:pull/7548

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


More information about the hotspot-jfr-dev mailing list