[crac] Integrated: 8368929: [CRaC] Move CPUFeatures check to C/R engine

Radim Vansa rvansa at openjdk.org
Mon Oct 13 07:11:49 UTC 2025


On Tue, 30 Sep 2025 13:17:54 GMT, Radim Vansa <rvansa at openjdk.org> wrote:

> Right now the logic checking if CPU features used before checkpoint match current CPU features is in VM code. VM stores and retrieves CPU features through C/R API's user_data extension. This is convenient when we have a single image that can be either accepted or rejected, but does not offer the flexibility for C/R engine to select the best image for current execution environment.
> 
> The goal of this issue is to move to a declarative API that will express the requirements using more abstract means, labels (for CPU architecture) and bitmaps (for CPU features).

This pull request has now been integrated.

Changeset: 3260337b
Author:    Radim Vansa <rvansa at openjdk.org>
URL:       https://git.openjdk.org/crac/commit/3260337b25ecb9198ad75af3ccc59272c0ffaa86
Stats:     989 lines in 23 files changed: 772 ins; 94 del; 123 mod

8368929: [CRaC] Move CPUFeatures check to C/R engine

Reviewed-by: tpushkin

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

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


More information about the crac-dev mailing list