Andrew Au
Andrew Au
> since this only affects certain platforms now, is it worth taking for 7? One way or the other, we need to get this bug out of 7.0.0. We can...
> I don't understand how the #73491 fix would be related to what I am seeing in the dump. But it is possible there are more failure modes. The test...
> I assume it makes `GCHeap::UpdateFrozenSegment` that I added in #49576 useless, right? (it reports to gc when vm commits more memory for a frozen segment) It depends on what...
If we count the committed bytes towards `heap_hard_limit`, there is a possibility that we ran out of limit on these calls. @EgorBo, is it okay to throw `OutOfMemory` at the...
While the discussion is still in flux, can we merge this change for now? Without this change, any app running under `heap_hard_limit` using the frozen object heap is failing with...
The CI is ready, once I have a code review approval I can get this merged.
FYI, my proposed change to add r2rdump is already out for PR as part of the hot-cold splitting upstreaming change [here](https://github.com/dotnet/runtime/pull/74963). This is considered part of the quality week work....
@brad4d I am interested in this one.
/backport to release/7.0