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] Remove CoroutineSupport Lock in Java and unnecessary function coroutineMove. #190

Merged

Conversation

nebula-xm
Copy link

[Wisp] Remove CoroutineSupport Lock in Java and unnecessary function coroutineMove.

Summary:
In Java17, we protect double linked list of coroutine in C++. So there is no need to use Locker in Java to protect it. And also, function moveCoroutine is unnecessary, so we should remove it. Refine nmethods_do mark active.

Test Plan: all wisp tests

Reviewed-by: yulei

Issue:
#189

…coroutineMove.

Summary:
In Java17, we protect double linked list of coroutine in C++. So there is no need to use Locker in Java to protect it.
And also, function moveCoroutine is unnecessary, so we should remove it.
Refine nmethods_do mark active.

Test Plan: all wisp tests

Reviewed-by: yulei

Issue:
dragonwell-project#189
@yuleil yuleil merged commit d73f8dc into dragonwell-project:wisp Jan 26, 2024
19 of 39 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.

2 participants