[crac] RFR: 8350088: [CRaC] Stop & restart JFR recording on checkpoint [v7]
Radim Vansa
rvansa at openjdk.org
Tue Feb 18 21:02:19 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:
JfrUpcalls::request_start_after_restore should not propagate exception
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/203/files
- new: https://git.openjdk.org/crac/pull/203/files/ca225209..ab2c18db
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=203&range=06
- incr: https://webrevs.openjdk.org/?repo=crac&pr=203&range=05-06
Stats: 8 lines in 1 file changed: 7 ins; 0 del; 1 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