[crac] RFR: Support updating MANAGEABLE JVM options during restore
Radim Vansa
duke at openjdk.org
Fri Apr 28 07:42:52 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 is based on @AntonKozlov 's request to have a generic way of passing JVM options: https://github.com/openjdk/crac/pull/57#discussion_r1165535817
-------------
PR Comment: https://git.openjdk.org/crac/pull/61#issuecomment-1527112829
More information about the crac-dev
mailing list