Skip to content

Commit 5e06d80

Browse files
authored
Avoid resetting gen0 bricks for background_sweep (#59106) (#59960)
1 parent 5d5a119 commit 5e06d80

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
@@ -33109,8 +33109,6 @@ void gc_heap::background_mark_phase ()
3310933109
#endif //MULTIPLE_HEAPS
3311033110
}
3311133111

33112-
gen0_bricks_cleared = FALSE;
33113-
3311433112
dprintf (2, ("end of bgc mark: loh: %d, poh: %d, soh: %d",
3311533113
generation_size (loh_generation),
3311633114
generation_size (poh_generation),

0 commit comments

Comments
 (0)