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

Erik Gahlin egahlin at openjdk.java.net
Tue Feb 22 07:59:09 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:

  Preserve checkpoint ordering

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

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

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

  Stats: 40 lines in 2 files changed: 21 ins; 12 del; 7 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