[crac] RFR: Wake up all TIMED_WAITING threads after restore [v3]
    Radim Vansa 
    rvansa at openjdk.org
       
    Wed Jun 21 12:45:14 UTC 2023
    
    
  
> This is a fix for an issue found by @jankratochvil when testing #53: Threads that enter sleep or timed parking use absolute monotonic time for pthread_cond_timedwait(). When the monotonic time changes during C/R we need to wake all threads to readjust the timeout to the new absolute time.
> 
> This introduces effectively a spurious wakeup; this is permitted for all the uses of pthread_cond_timedwait. Implementation either handles that transparently or propagates the wakeup to Java.
> 
> This commit does not handle timed waiting in non-Java threads other than WatcherThread.
Radim Vansa has updated the pull request incrementally with one additional commit since the last revision:
  Inline Thread::interrupt
-------------
Changes:
  - all: https://git.openjdk.org/crac/pull/85/files
  - new: https://git.openjdk.org/crac/pull/85/files/bae1c541..df9ed092
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=crac&pr=85&range=02
 - incr: https://webrevs.openjdk.org/?repo=crac&pr=85&range=01-02
  Stats: 16 lines in 2 files changed: 7 ins; 5 del; 4 mod
  Patch: https://git.openjdk.org/crac/pull/85.diff
  Fetch: git fetch https://git.openjdk.org/crac.git pull/85/head:pull/85
PR: https://git.openjdk.org/crac/pull/85
    
    
More information about the crac-dev
mailing list