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

[Backport] 8166197: assert(RelaxAssert || w != Thread::current()->_MutexEvent) failed: invariant #648

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

lingjun-cg
Copy link
Collaborator

[Backport] 8166197: assert(RelaxAssert || w != Thread::current()->_MutexEvent) failed: invariant

Summary: Add load-acquire and store-release on share variable _OnDeck to ensure Mutex work on AArch64.

Testing: No testcase becuase the frequency is occasionally when run G1 gc with high cpu usage.

Reviewers: kuaiwei, yuleil

Issue: #647

…texEvent) failed: invariant

Summary: Add load-acquire and store-release on share variable _OnDeck to ensure Mutex work on AArch64.

Testing: No testcase becuase the frequency is occasionally when run G1 gc with high cpu usage.

Reviewers: kuaiwei, yuleil

Issue: dragonwell-project#647
@lingjun-cg lingjun-cg requested review from kuaiwei, yuleil and D-D-H and removed request for yuleil June 17, 2024 10:00
Copy link
Collaborator

@kuaiwei kuaiwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lingjun-cg lingjun-cg merged commit cf827ca into dragonwell-project:master Jun 21, 2024
17 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