Closed singh264 closed 1 month ago
@tajila requesting your review.
It seems like this code change would need to be ported to jdk11, jdk17, jdk22 and jdk-next.
@JasonFengJ9 Please review
Normally we do JDKnext first then backport
Normally we do JDKnext first then backport
Please make a PR at https://github.com/ibmruntimes/openj9-openjdk-jdk for reviewing.
In addition, the code added in this change should be decorated with #if defined(J9VM_OPT_CRAC_SUPPORT)
, and j9cfg.h
needs to be included.
Please make a PR at https://github.com/ibmruntimes/openj9-openjdk-jdk for reviewing.
I have opened a PR at https://github.com/ibmruntimes/openj9-openjdk-jdk for reviewing.
Support restore with -XX:CRaCRestoreFrom=PATH that specifies the path to the checkpoint image.
Issue: https://github.com/eclipse-openj9/openj9/issues/19261 Signed-off-by: Amarpreet Singh Amarpreet.A.Singh@ibm.com