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

[WIP]feature:[loom] replace the usages of synchronized with ReentrantLock #6983

Open
wants to merge 4 commits into
base: 2.x
Choose a base branch
from

Conversation

lightClouds917
Copy link
Contributor

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

To use virtual threads in JDK 21, we need to remove the usage of synchronized to prevent the issue where "a virtual thread cannot be unmounted during blocking operations because it is pinned to its carrier."

Ⅱ. Does this pull request fix one issue?

fixes #6971

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@lightClouds917 lightClouds917 changed the title feature:[loom] replace the usages of synchronized with ReentrantLock [WIP]feature:[loom] replace the usages of synchronized with ReentrantLock Nov 5, 2024
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.

feature: [loom] replace the usages of synchronized with ReentrantLock
1 participant