Class ObjectMarker.LocalDfsThread

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    ObjectMarker

    public class ObjectMarker.LocalDfsThread
    extends ObjectMarker.DfsThread
    Depth first search thread - with locality. Have a local stack for objects close to the current object. Have a local queue for remaining objects. Use the global stack for excess objects or when local stack and queue are empty.
    • Constructor Detail

      • LocalDfsThread

        public LocalDfsThread​(org.eclipse.mat.parser.internal.snapshot.ObjectMarker.MultiThreadedRootStack roots)
      • LocalDfsThread

        public LocalDfsThread​(org.eclipse.mat.parser.internal.snapshot.ObjectMarker.MultiThreadedRootStack roots,
                              int range)