hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskManager.hpp
// Factory create and destroy methods.
static SynchronizedGCTaskQueue* create(GCTaskQueue* queue, Monitor * lock) {
{- -------------------------------------------
(1) 新しい SynchronizedGCTaskQueue オブジェクトを生成してリターンするだけ.
---------------------------------------- -}
return new SynchronizedGCTaskQueue(queue, lock);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.