Skip to content
Snippets Groups Projects
  • Eric Cano's avatar
    be5e7a28
    Fixed garbage collector mishandling disappearing agent. · be5e7a28
    Eric Cano authored
    The appearance and disappearance of the agents is totally asynchronous for the garbage collector.
    For this reason, GC should tolerate deletion of object at any time. This commit fixes the case where the
    object disappears shortly after the garbage collector decides to watch it.
    be5e7a28
    History
    Fixed garbage collector mishandling disappearing agent.
    Eric Cano authored
    The appearance and disappearance of the agents is totally asynchronous for the garbage collector.
    For this reason, GC should tolerate deletion of object at any time. This commit fixes the case where the
    object disappears shortly after the garbage collector decides to watch it.