Module openj9.criu
Package org.eclipse.openj9.criu
This package enables access to CRIU capabilities from Java.
More information on CRIUSupport can be found here.
-
Class Summary Class Description CRIUDumpPermission The permission class for operations on the org.eclipse.openj9.criu.CRIUSupport class.CRIUSupport CRIU Support API A checkpoint is the act of halting the JVM, saving its state and writing it out to a file(s). -
Enum Summary Enum Description CRIUSupport.HookMode A hook can be one of the following states: SINGLE_THREAD_MODE - a mode in which only the Java thread that requested a checkpoint is permitted to run. -
Exception Summary Exception Description JVMCheckpointException An exception representing a failure in the JVM before checkpoint.JVMCRIUException Abstract CRIU exception superclass.JVMRestoreException An exception representing a JVM failure after restore.SystemCheckpointException An exception representing a failed system operation before checkpoint.SystemRestoreException An exception representing a system failure after restore.