[crac] RFR: 8350088: [CRaC] Stop & restart JFR recording on checkpoint [v8]
Radim Vansa
rvansa at openjdk.org
Tue Feb 18 21:32:25 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:
Don't use TRAPS in request_start_after_restore
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/203/files
- new: https://git.openjdk.org/crac/pull/203/files/ab2c18db..eff26a35
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=203&range=07
- incr: https://webrevs.openjdk.org/?repo=crac&pr=203&range=06-07
Stats: 6 lines in 3 files changed: 1 ins; 2 del; 3 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