-
Notifications
You must be signed in to change notification settings - Fork 749
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
Jep491 VM support #21273
Jep491 VM support #21273
Conversation
FYI @babsingh |
Update Continuation.Pinned enum Add field refs in vmconstantpool.xml add helper to update monitor info add enterObjectMonitor intercept Add support for Object.wait/notify() Add reverse link between J9VMContinuation and vthread & remove Object ref in J9ObjectMonitor Move JVM_TakeVirtualThreadListToUnblock code into helper Rename XX:YieldPinnedContinuation to XX:YieldPinnedVirtualThreads Co-authored-by: Jack Lu <Jack.S.Lu@ibm.com> Co-authored-by: Babneet Singh <sbabneet@ca.ibm.com> Co-authored-by: Keith W. Campbell <keithc@ca.ibm.com>
jenkins test sanity.functional,sanity.openjdk xmac,amac,aix,plinux jdk24 |
jenkins test sanity.functional amac,plinux jdk21 |
jenkins compile win jdk21,jdk24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous hangs reported in #21215 are no longer seen with the revised changes. JVM_TakeVirtualThreadListToUnblock
was updated to fix the hangs.
Rework of #21064