[crac] RFR: Keep _features the same after CRaC restore

Jan Kratochvil jkratochvil at openjdk.org
Tue Aug 15 09:29:21 UTC 2023


On Fri, 11 Aug 2023 12:11:19 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:

> Extending `_features` may change ABI or existing JIT-compiled code. Unfortunately we cannot use more advanced CPU features after restore, we need to stick to the same features of CPU used to make the checkpoint file.

Is this update OK or not? Most of the changes (moving the methods under `VM_Version::CpuidInfo`) could be attempted to be upstreamed to OpenJDK as I find them as a cleanup.

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

PR Comment: https://git.openjdk.org/crac/pull/103#issuecomment-1678651722


More information about the crac-dev mailing list