Commit fc2bde4
authored
Fix issue with last_gc_before_oom flag being reset by intervening gen 1 GC. (#78973)
This is a refinement suggested by Maoni for earlier PR#77478 - the last_gc_before_oom flag should also not be reset by an intervening gen 1 GC.
This was noticed by Maoni due to a customer issue with spurious OOM exceptions with .NET Core 7.1 parent 320528e commit fc2bde4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21785 | 21785 | | |
21786 | 21786 | | |
21787 | 21787 | | |
21788 | | - | |
| 21788 | + | |
21789 | 21789 | | |
21790 | 21790 | | |
21791 | 21791 | | |
| |||
0 commit comments