Fix synchronization issues of notifying yielding vthreads#21753
Merged
babsingh merged 1 commit intoeclipse-openj9:masterfrom May 1, 2025
Merged
Fix synchronization issues of notifying yielding vthreads#21753babsingh merged 1 commit intoeclipse-openj9:masterfrom
babsingh merged 1 commit intoeclipse-openj9:masterfrom
Conversation
fengxue-IS
reviewed
Apr 29, 2025
20ba840 to
0fcffd3
Compare
Contributor
|
@thallium is this PR ready for merge or still draft? |
Contributor
Author
|
I think it' ready to merge. |
Contributor
|
@babsingh please take a look |
babsingh
reviewed
Apr 30, 2025
- Prevent vthreads from being notified before being added to the wait list - Prevent Object.notify occuring between prepareVirtualThreadForUnmount and yieldPinnedContinuation to be ignored by unblocker Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
Contributor
|
jenkins test sanity amac jdk24 |
Contributor
|
jenkins compile alinux jdk21 |
babsingh
approved these changes
May 1, 2025
thallium
added a commit
to thallium/aqa-tests
that referenced
this pull request
May 6, 2025
….java test Fixed by eclipse-openj9/openj9#21753. Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
thallium
added a commit
to thallium/aqa-tests
that referenced
this pull request
May 6, 2025
Fixed by eclipse-openj9/openj9#21753. Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
pshipton
pushed a commit
to adoptium/aqa-tests
that referenced
this pull request
May 7, 2025
Fixed by eclipse-openj9/openj9#21753. Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and yieldPinnedContinuation to be ignored by unblocker