Top


定義場所(file name)

hotspot/src/share/vm/services/g1MemoryPool.cpp

名前(function name)

G1SurvivorPool::G1SurvivorPool(G1CollectedHeap* g1h) :

本体部(body)

  {- -------------------------------------------
  (1) スーパークラスの初期化
      ---------------------------------------- -}

      G1MemoryPoolSuper(g1h,
                        "G1 Survivor",
                        survivor_space_committed(g1h), /* init_size */
                        false /* support_usage_threshold */) { }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.