You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GC tracing logic presently assumes fat locks will be immediately deflated when the contention is gone, and so keeps objects associated with fat locks alive as long as the lock exists (no good removing object from underneath held lock).
However, as of e862ea9, we don't deflate fat locks any longer which means we keep objects associated with fat locks alive forever.
The text was updated successfully, but these errors were encountered:
The GC tracing logic presently assumes fat locks will be immediately deflated when the contention is gone, and so keeps objects associated with fat locks alive as long as the lock exists (no good removing object from underneath held lock).
However, as of e862ea9, we don't deflate fat locks any longer which means we keep objects associated with fat locks alive forever.
The text was updated successfully, but these errors were encountered: