Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with spurious unproductive full GC which led to OOM. (#77478)
Problem was that a BGC was in progress when the full GC was requested by setting the last_gc_before_oom flag, and at the end of the BGC we turned off the last_gc_before_oom flag. Fix is simply not to turn off the flag in the case of BGC.
- Loading branch information