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

Return NULL from getStackTraceForThread for unsteady virtual threads #20306

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented Oct 4, 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.

Related: #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 <[email protected]>
@babsingh babsingh marked this pull request as ready for review October 7, 2024 14:07
@babsingh
Copy link
Contributor Author

babsingh commented Oct 7, 2024

jenkins test sanity.functional,sanity.openjdk xmac,amac,zlinux jdk23

@babsingh
Copy link
Contributor Author

babsingh commented Oct 7, 2024

jenkins test sanity.functional,sanity.openjdk xmac jdk21

Copy link
Contributor

@fengxue-IS fengxue-IS left a comment

Choose a reason for hiding this comment

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

lgtm

@babsingh
Copy link
Contributor Author

babsingh commented Oct 7, 2024

@tajila Requesting your review. A 250x grinder has passed along with internal personal builds. Further, the PR builds have also passed.

@babsingh babsingh requested a review from tajila October 7, 2024 18:49
@tajila tajila merged commit 1153568 into eclipse-openj9:master Oct 7, 2024
15 checks passed
@tajila
Copy link
Contributor

tajila commented Oct 7, 2024

please make a 0.48 PR

@babsingh
Copy link
Contributor Author

babsingh commented Oct 7, 2024

0.48 PR: #20313.

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.

4 participants