dragonwell-project/dragonwell11

[Feature] Add CRaC support

Closed this issue · 0 comments

CRaC(https://github.com/crac) can improve Java startup time. Beside port CRaC to dragonwell11, more features that added to make CRaC easy to use. The features includes:

  1. Validate CPU before restore, fail back to no CRaC startup if validate failed.
  2. Support run CRaC with unprivileged mode
  3. Support restore stdout&stderr when run in container environment
  4. Log files no need close when do checkpointing.