[crac] RFR: Drop perfdata and cppath
Radim Vansa
rvansa at openjdk.org
Wed Sep 27 20:49:15 UTC 2023
Storing PerfMemory contents into file might be fragile; if the file is corrupted (e.g. due to wrong permissions) JVM might receive SIGBUS when updating performance counters after restore.
This commit provides alternate solution, moving the shared file-mapped memory into private anonymous memory during C/R.
-------------
Commit messages:
- Drop perfdata and cppath
Changes: https://git.openjdk.org/crac/pull/119/files
Webrev: https://webrevs.openjdk.org/?repo=crac&pr=119&range=00
Stats: 250 lines in 5 files changed: 111 ins; 123 del; 16 mod
Patch: https://git.openjdk.org/crac/pull/119.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/119/head:pull/119
PR: https://git.openjdk.org/crac/pull/119
More information about the crac-dev
mailing list