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

Update jvmtiHeapFollowRefs_getStackData to handle virtual threads #18020

Closed

Conversation

babsingh
Copy link
Contributor

Unmounted virtual threads cannot have have a JNI frame. JNI_LOCAL
requests should be ignored for unmounted virtual threads.

STACK_LOCAL requests use 0 for TID since it is not currently feasible
to derive this information for unmounted virtual threads.

Related: #17712

Unmounted virtual threads cannot have have a JNI frame. JNI_LOCAL
requests should be ignored for unmounted virtual threads.

STACK_LOCAL requests use 0 for TID since it is not currently feasible
to derive this information for unmounted virtual threads.

Related: eclipse-openj9#17712

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

babsingh commented Oct 6, 2023

@babsingh babsingh closed this Oct 6, 2023
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.

1 participant