Skip to content

Commit

Permalink
Fix deadlock (#54426)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung authored Jun 22, 2021
1 parent 183c4d1 commit 85aebc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/gc/gc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20587,6 +20587,7 @@ void gc_heap::garbage_collect (int n)
update_collection_counts_for_no_gc();

#ifdef MULTIPLE_HEAPS
gc_start_event.Reset();
gc_t_join.restart();
#endif //MULTIPLE_HEAPS
}
Expand Down

0 comments on commit 85aebc4

Please sign in to comment.