[crac] RFR: 8373784: [CRaC] VM Option to require perfect CPU fit [v3]
Radim Vansa
rvansa at openjdk.org
Thu Jan 8 14:06:08 UTC 2026
> Right now CRaC will refuse to restore from the image if it is not compatible with current CPU as it assumes extra features. This check can be only relaxed with -XX:+UnlockExperimentalVMOptions -XX:+IgnoreCPUFeatures.
>
> In scenarios with -XX:CRaCIgnoreRestoreIfUnavailable it might be favorable to skip the restore and proceed with running the application from scratch with all CPU features if the image has these restricted. Therefore I propose to create a new option -XX:CheckCPUFeatures with these values:
> * compatible - this is the current behaviour (default)
> * exact - require CPU features from the image to match perfectly
> * skip - the same behaviour as `-XX:+IgnoreCPUFeatures`.
>
> The current `-XX:+IgnoreCPUFeatures` option will be deprecated.
Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:
Move VM options checks
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/285/files
- new: https://git.openjdk.org/crac/pull/285/files/75db21c9..db658c00
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=285&range=02
- incr: https://webrevs.openjdk.org/?repo=crac&pr=285&range=01-02
Stats: 31 lines in 2 files changed: 16 ins; 12 del; 3 mod
Patch: https://git.openjdk.org/crac/pull/285.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/285/head:pull/285
PR: https://git.openjdk.org/crac/pull/285
More information about the crac-dev
mailing list