openj9
openj9 copied to clipboard
CRIU adjusts Object.wait/Thread.sleep/Unsafe.park
omrthread_monitor_wait
, omrthread_sleep
and omrthread_park
are adjusted with j9time_nano_time()
which already takes account of the checkpoint
/restore
down time;
Added tests;
Fixed trace points and messages.
Signed-off-by: Jason Feng [email protected]
please rebase changes
@ChengJin01 Please review
Rebased and modified according to recent CRIU changes.
FYI @tajila @ChengJin01
@llxia, please help check to see whether everything is correct in the test scripts.
Jenkins test sanity xlinuxcriu jdk17
jenkins test sanity win jdk17
jenkins test extended amac jdk17
Added timeCompensationHelper()
shared by the three APIs.
@tajila this is ready for another look.
jenkins test sanity win jdk17
Jenkins test sanity xlinuxcriu jdk17
jenkins test extended amac jdk17