This message was deleted.
# general
s
This message was deleted.
😮 2
e
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
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
j
Maybe as a smaller step towards quicker startup using Application Class Data Sharing might make sense.