Skip to content
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 adjusts Object.wait/Thread.sleep/Unsafe.park #15499

Merged
merged 1 commit into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. CRIU time compensation for Object.wait/Thread.sleep/Unsafe.park

    omrthread_monitor_wait, omrthread_sleep and omrthread_park are time
    compensated with j9time_nano_time() which already takes account of the
    checkpoint/restore down time;
    Add timeCompensationHelper() used by three APIs above;
    Add tests;
    Fix trace points and messages;
    Refactoring at functions impacted.
    
    Signed-off-by: Jason Feng <fengj@ca.ibm.com>
    JasonFengJ9 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    99d5aff View commit details
    Browse the repository at this point in the history