Skip to content

Commit 32a976b

Browse files
authored
Avoid resetting gen0 bricks for background_sweep (#59106)
1 parent cf5c6a4 commit 32a976b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/gc/gc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33360,8 +33360,6 @@ void gc_heap::background_mark_phase ()
3336033360
#endif //MULTIPLE_HEAPS
3336133361
}
3336233362

33363-
gen0_bricks_cleared = FALSE;
33364-
3336533363
dprintf (2, ("end of bgc mark: loh: %d, poh: %d, soh: %d",
3336633364
generation_size (loh_generation),
3336733365
generation_size (poh_generation),

0 commit comments

Comments
 (0)