From mz1999, slightly redacted:
Enhance CRaC's checkpointing capabilities to correctly handle applications launched with the --patch-module option. Currently using a JAR file with --patch-module causes checkpointing to fail due to unmanaged file descriptors. The issue can be resolved by treating these JARs as persistent resources, similar to how classpath JARs are handled.
Enhance CRaC's checkpointing capabilities to correctly handle applications launched with the --patch-module option. Currently using a JAR file with --patch-module causes checkpointing to fail due to unmanaged file descriptors. The issue can be resolved by treating these JARs as persistent resources, similar to how classpath JARs are handled.
- links to
-
Commit(crac) openjdk/crac/329cbcc7
-
Review(crac) openjdk/crac/241