Open
Description
The underlying GC.AddMemoryPressure
/GC.RemoveMemoryPressure
implementations were updated in #36767. The existing testing was questionable already and does nothing for this other algorithm. Deferring adding equivalent testing for now since this code path is not new but has been around since .NET Framework.
runtime/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.cs
Lines 136 to 159 in 4eaccd6
/cc @VSadov