Skip to content

Commit 8c63ce1

Browse files
KristofferCvtjnash
andauthored
fix backport of #56097
Co-authored-by: Jameson Nash <[email protected]>
1 parent bdf8219 commit 8c63ce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/safepoint.c

-2
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,7 @@ int jl_safepoint_suspend_thread(int tid, int waitstate)
303303
// not, so assume it is running GC and wait for GC to finish first.
304304
// It will be unable to reenter helping with GC because we have
305305
// changed its safepoint page.
306-
uv_mutex_unlock(&safepoint_lock);
307306
jl_set_gc_and_wait(jl_current_task);
308-
uv_mutex_lock(&safepoint_lock);
309307
}
310308
while (jl_atomic_load_acquire(&ptls2->suspend_count) != 0) {
311309
int8_t state2 = jl_atomic_load_acquire(&ptls2->gc_state);

0 commit comments

Comments
 (0)