[crac] RFR: Support updating MANAGEABLE JVM options during restore

Radim Vansa duke at openjdk.org
Fri Apr 28 07:41:54 UTC 2023


When a JVM option is MANAGEABLE it can be set at any time during runtime, therefore it is safe to change it during the restore operation. Rather than silently ignoring JVM options passed along with -XX:CRaCRestoreFrom we send them to the restored process and either update or print a warning if given option cannot be changed.

-------------

Commit messages:
 - Support updating MANAGEABLE JVM options during restore

Changes: https://git.openjdk.org/crac/pull/61/files
 Webrev: https://webrevs.openjdk.org/?repo=crac&pr=61&range=00
  Stats: 135 lines in 10 files changed: 125 ins; 1 del; 9 mod
  Patch: https://git.openjdk.org/crac/pull/61.diff
  Fetch: git fetch https://git.openjdk.org/crac.git pull/61/head:pull/61

PR: https://git.openjdk.org/crac/pull/61


More information about the crac-dev mailing list