If a C/R engine restores JVM immediately after checkpoint (i.e. not through a restoring JVM) and provides no restore data JVM will consider this an error on the engine's side and exit:
```
[0.922s][error ][crac] CRaC engine failed to provide restore data
Restore cannot continue, VM will exit.
```
This is incorrect since the engine is allowed to restore immediately and there is indeed no restore data in such case.
```
[0.922s][error ][crac] CRaC engine failed to provide restore data
Restore cannot continue, VM will exit.
```
This is incorrect since the engine is allowed to restore immediately and there is indeed no restore data in such case.
- caused by
-
JDK-8350845 [CRaC] Support C/R engines in form of a library
-
- Resolved
-
- links to
-
Commit(crac) openjdk/crac/43dc78fc
-
Review(crac) openjdk/crac/210