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 #189

Open
nebula-xm opened this issue Jan 3, 2024 · 0 comments

Comments

@nebula-xm
Copy link

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.

Test Plan: all wisp tests

Reviewed-by: yulei

nebula-xm added a commit to kuaishou-syslab/dragonwell17 that referenced this issue Jan 4, 2024
…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 pushed a commit that referenced this issue Jan 26, 2024
…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
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

No branches or pull requests

1 participant