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

Commits on Aug 25, 2023

  1. Update jvmtiHeapFollowRefs_getStackData to handle virtual threads

    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 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1af23c8 View commit details
    Browse the repository at this point in the history