hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp
void set_partial_obj_size(size_t words) {
{- -------------------------------------------
(1) _partial_obj_size フィールドをセットするだけ.
---------------------------------------- -}
_partial_obj_size = (region_sz_t) words;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.