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

Loom: GC Thread scanning #15612

Merged
merged 1 commit into from
Sep 28, 2022

Commits on Sep 27, 2022

  1. Loom: GC Thread scanning

    Threads should be scanned as they normally would. If a thread is mounted
    with a VirtualThread, then the virtual thread stack will be scanned, the
    carrier thread stack will be stored in a continuation instance.
    
    currentContinuation field of the J9vmThread point to either NULL or the
    continuation with carrier thread stack(mounting with a VirtualThread
    case). scanning currentContinuation if needed.
    
    Signed-off-by: Lin Hu <linhu@ca.ibm.com>
    LinHu2016 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    26a25f9 View commit details
    Browse the repository at this point in the history