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

[Wisp] Fix coroutine miss nmethod marking cause by work stealing. #177

Merged

Commits on Nov 15, 2023

  1. [Wisp] Fix coroutine miss nmethod marking cause by work stealing.

    Summary:
    NMethodMarkingClosure will do handshake to scan nmethod and mark out of safepoint. If a coroutine is steal from a not scanned thread to a scanned thread. The coroutine will miss current round of nmethod marking then collected by mistake. The above case will lead to a crash.
    
    Test Plan: all wisp tests
    
    Reviewed-by: yulei
    
    Issue:
    dragonwell-project#176
    nebula-xm committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1a98899 View commit details
    Browse the repository at this point in the history