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

Skip halt check after explict GC, with external exclusive VM access #15271

Merged

Commits on Jun 8, 2022

  1. Skip halt check after explict GC, with external exclusive VM access

    If caller of explicit GC (for example RAS) already obtained exclusive VM
    access, checking if we the thread needs to halt after completing the GC
    could lead to a deadlock. For example exclusive VM access could prevent
    an inspector thread to proceed, while also this thread just blocked
    expecting to be inspected.
    
    The fix is to make an excpetion and skip the halt check if we know that
    we hold exclusive VM access.
    
    Signed-off-by: Aleksandar Micic <amicic@ca.ibm.com>
    amicic committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    784a6bd View commit details
    Browse the repository at this point in the history