Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp

名前(function name)

void PSYoungGen::update_counters() {

本体部(body)

  {- -------------------------------------------
  (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.