Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp

本体部(body)

  {- -------------------------------------------
  (1) MarkSweep::follow_root() を呼び出すだけ.
      ---------------------------------------- -}

    void MarkSweep::FollowRootClosure::do_oop(oop* p)       { follow_root(p); }
    void MarkSweep::FollowRootClosure::do_oop(narrowOop* p) { follow_root(p); }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.