[crac] Integrated: Support updating MANAGEABLE JVM options during restore
Radim Vansa
duke at openjdk.org
Thu May 18 10:48:25 UTC 2023
On Fri, 28 Apr 2023 07:24:06 GMT, Radim Vansa <duke at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: ed3efac0
Author: Radim Vansa <rvansa at azul.com>
Committer: Anton Kozlov <akozlov at openjdk.org>
URL: https://git.openjdk.org/crac/commit/ed3efac0d047d7822203536df851ccdea585d8ac
Stats: 254 lines in 12 files changed: 190 ins; 10 del; 54 mod
Support updating MANAGEABLE JVM options during restore
Reviewed-by: akozlov
-------------
PR: https://git.openjdk.org/crac/pull/61
More information about the crac-dev
mailing list