Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp

名前(function name)

G1SATBCardTableLoggingModRefBS::
G1SATBCardTableLoggingModRefBS(MemRegion whole_heap,
                               int max_covered_regions) :

本体部(body)

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

      G1SATBCardTableModRefBS(whole_heap, max_covered_regions),

  {- -------------------------------------------
  (1) フィールドの初期化
      ---------------------------------------- -}

      _dcqs(JavaThread::dirty_card_queue_set())
    {
      _kind = G1SATBCTLogging;
    }

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