Skip to content
Snippets Groups Projects
Commit ca1ef0e7 authored by GHC GitLab CI's avatar GHC GitLab CI Committed by Ben Gamari
Browse files

nonmoving: Don't join to mark_thread on shutdown

The mark thread is not joinable as we detach from it on creation.
parent c488ac73
No related branches found
No related tags found
No related merge requests found
......@@ -726,7 +726,6 @@ void nonmovingStop(void)
"waiting for nonmoving collector thread to terminate");
ACQUIRE_LOCK(&concurrent_coll_finished_lock);
waitCondition(&concurrent_coll_finished, &concurrent_coll_finished_lock);
joinOSThread(mark_thread);
}
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment