hotspot/src/share/vm/memory/iterator.cpp
void CodeBlobToOopClosure::do_newly_marked_nmethod(nmethod* nm) {
{- -------------------------------------------
(1) nmethod::oops_do() を呼んで, コンストラクタ引数で受け取った OopClosure を適用するだけ.
---------------------------------------- -}
nm->oops_do(_cl, /*do_strong_roots_only=*/ true);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.