hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp
bool ConcurrentMark::should_yield() {
{- -------------------------------------------
(1) ConcurrentGCThread::should_yield() を呼び出すだけ.
---------------------------------------- -}
return cmThread()->should_yield();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.