We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf8219 commit 8c63ce1Copy full SHA for 8c63ce1
src/safepoint.c
@@ -303,9 +303,7 @@ int jl_safepoint_suspend_thread(int tid, int waitstate)
303
// not, so assume it is running GC and wait for GC to finish first.
304
// It will be unable to reenter helping with GC because we have
305
// changed its safepoint page.
306
- uv_mutex_unlock(&safepoint_lock);
307
jl_set_gc_and_wait(jl_current_task);
308
- uv_mutex_lock(&safepoint_lock);
309
}
310
while (jl_atomic_load_acquire(&ptls2->suspend_count) != 0) {
311
int8_t state2 = jl_atomic_load_acquire(&ptls2->gc_state);
0 commit comments