hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp
{- -------------------------------------------
(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.