I see it depends on Linux CRIU, so I assume it's quite low level and needs the same exact binaries, libraries, and memory layout to restore? that seems somewhat unfortunate for portability
ephemient
04/25/2022, 10:53 PM
I would have hoped it would "only" need to checkpoint all reachable Java objects and threads, which shouldn't require anything outside the JVM to restore. but I don't see any docs about their design constraints