hotspot/src/share/vm/gc_implementation/g1/dirtyCardQueue.cpp
void DirtyCardQueueSet::handle_zero_index_for_thread(JavaThread* t) {
{- -------------------------------------------
(1) PtrQueue::handle_zero_index() を呼び出すだけ.
---------------------------------------- -}
t->dirty_card_queue().handle_zero_index();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.