hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp
void PSYoungGen::update_counters() {
{- -------------------------------------------
(1) (プロファイル情報の記録) (See: SpaceCounter, PSGenerationCounters)
---------------------------------------- -}
if (UsePerfData) {
_eden_counters->update_all();
_from_counters->update_all();
_to_counters->update_all();
_gen_counters->update_all();
}
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.