[crac] RFR: 8350088: [CRaC] Stop & restart JFR recording on checkpoint [v6]
Radim Vansa
rvansa at openjdk.org
Tue Feb 18 13:16:11 UTC 2025
> All JFR recordings are closed during checkpoint. After restore JDK starts new recordings with the same parameters as those running before checkpoint.
> The recordings dumped before checkpoint are moved to a different path (`xxx.jfr` -> `xxx.<N>.jfr`, `xxx` -> `xxx.<N>` with `<N>` between 0 and 20 by default).
> If `-XX:StartFlightRecorder=...` is passed on restore a new recording is started.
Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:
Address review comments
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/203/files
- new: https://git.openjdk.org/crac/pull/203/files/f6ade5f9..ca225209
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=203&range=05
- incr: https://webrevs.openjdk.org/?repo=crac&pr=203&range=04-05
Stats: 35 lines in 5 files changed: 27 ins; 1 del; 7 mod
Patch: https://git.openjdk.org/crac/pull/203.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/203/head:pull/203
PR: https://git.openjdk.org/crac/pull/203
More information about the crac-dev
mailing list