hotspot/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
/* Used in the parallel case. Returns "true" iff this addition causes
the size limit to be reached. */
void add_reference(OopOrNarrowOopStar from, int tid) {
{- -------------------------------------------
(1) OtherRegionsTable::add_reference() を呼び出すだけ.
---------------------------------------- -}
_other_regions.add_reference(from, tid);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.