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

(0.48) Return NULL from getStackTraceForThread for unsteady virtual threads #20313

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented Oct 7, 2024

If inspectorCount is -1, then the virtual thread is in an unsteady
state (mounting or unmounting). In such cases, NULL should be returned
and the JCL code should retry in order to avoid unexpected behavior.

Backport of #20306

Fixes: #18910

If inspectorCount is -1, then the virtual thread is in an unsteady
state (mounting or unmounting). In such cases, NULL should be returned
and the JCL code should retry in order to avoid unexpected behavior.

Related: eclipse-openj9#18910

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
@tajila
Copy link
Contributor

tajila commented Oct 7, 2024

FYI @pshipton

@pshipton pshipton merged commit 12f8df7 into eclipse-openj9:v0.48.0-release Oct 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants