[crac] RFR: Drop perfdata and cppath [v2]
    Radim Vansa 
    rvansa at openjdk.org
       
    Mon Oct  2 19:51:51 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.
Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:
  Add jcmd <pid> PerfCounter.print to the test
-------------
Changes:
  - all: https://git.openjdk.org/crac/pull/119/files
  - new: https://git.openjdk.org/crac/pull/119/files/71e54c25..bd6adcc8
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=crac&pr=119&range=01
 - incr: https://webrevs.openjdk.org/?repo=crac&pr=119&range=00-01
  Stats: 13 lines in 2 files changed: 10 ins; 0 del; 3 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