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

[Wisp] Fix wisp poller dead lock in PUSH scheduling policy. #166

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

ZhaiMo15
Copy link

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:
#165

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
@yuleil yuleil merged commit 81f8572 into dragonwell-project:wisp Oct 16, 2023
8 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants