-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRIU update TimerTask.nextExecutionTime with checkpointRestoreTimeDelta #531
Conversation
Jenkins test sanity xlinux jdk11 depends eclipse-openj9/openj9#15112 |
Jenkins test sanity xlinuxcriu jdk11 depends eclipse-openj9/openj9#15112 |
Jenkins test sanity win jdk11 depends eclipse-openj9/openj9#15112 |
Jenkins test sanity xlinuxcriu jdk11 depends eclipse-openj9/openj9#15112 |
@tajila ping |
TimerTask.nextExecutionTime is added with InternalCRIUSupport.getCheckpointRestoreTimeDelta() to reflect the elapsed time in milliseconds elapsed between Checkpoint and Restore; Add TimerTask.criuAdjustRequired to determine if the nextExecutionTime is to be adjusted. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
Jenkins compile xlinuxcriu jdk11 |
We will need this in JDK17 as well |
Created ibmruntimes/openj9-openjdk-jdk17#110, please review. |
TimerTask.nextExecutionTime
is added withInternalCRIUSupport.getCheckpointRestoreTimeDelta()
to reflect theelapsed time in milliseconds elapsed between Checkpoint and Restore;
Add
TimerTask.criuAdjustRequired
to determine if thenextExecutionTime
is to be adjusted.Depends on eclipse-openj9/openj9#15112
Signed-off-by: Jason Feng fengj@ca.ibm.com