Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Wisp] Fix wisp poller dead lock in PUSH scheduling policy.
Summary: Assume a coroutine that is waiting a synchronize monitor was scheduled to a carrier thread, and the carrier thread is doing as a poller. If the poller is trying to get this synchronize monitor at this moment, and then the poller will park because can not acquire the monitor. This case will cause a deadlock. Test Plan: test/jdk/com/alibaba/wisp Reviewed-by: yulei Issue: dragonwell-project#165
- Loading branch information