hotspot/src/share/vm/memory/space.cpp
// Lock-free.
HeapWord* EdenSpace::par_allocate(size_t size) {
{- -------------------------------------------
(1) ContiguousSpace::par_allocate_impl() で確保を行い, 結果をリターン.
---------------------------------------- -}
return par_allocate_impl(size, soft_end());
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.