Skip to content

Fix !vthreads command error with uninitialized Continuations #19343

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

Merged
merged 1 commit into from
May 10, 2024

Conversation

fengxue-IS
Copy link
Contributor

@fengxue-IS fengxue-IS commented Apr 18, 2024

Continuation objects are added to GC list on create, which may not
yet be assoicated with vthread object yet at time when coredump is
generated. DDR needs to correctly handle null vthread reference.

Fix: #18859

Signed-off-by: Jack Lu [email protected]

@fengxue-IS
Copy link
Contributor Author

@babsingh can you take a look please

@fengxue-IS fengxue-IS requested a review from babsingh April 25, 2024 18:40
@fengxue-IS fengxue-IS force-pushed the 18859 branch 2 times, most recently from fa3b2ae to 226cb45 Compare April 25, 2024 21:33
@fengxue-IS
Copy link
Contributor Author

@keithc-ca can you take another look please

Copy link
Contributor

@keithc-ca keithc-ca left a comment

Choose a reason for hiding this comment

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

Please fix the typo in the commit message (need -> needs).

Continuation objects are added to GC list on create, which may not
yet be assoicated with vthread object yet at time when coredump is
generated. DDR needs to correctly handle null vthread reference.

Signed-off-by: Jack Lu <[email protected]>
@fengxue-IS
Copy link
Contributor Author

Please fix the typo in the commit message (need -> needs).

Fixed

@keithc-ca
Copy link
Contributor

Jenkins test sanity alinux jdk21

@keithc-ca keithc-ca merged commit 851a4eb into eclipse-openj9:master May 10, 2024
@fengxue-IS fengxue-IS added the project:loom Used to track Project Loom related work label Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project:loom Used to track Project Loom related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DDR !vthreads failed at VirtualThreadsCommand.getName
3 participants