Top


定義場所(file name)

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

名前(function name)

void MutatorAllocRegion::retire_region(HeapRegion* alloc_region,
                                       size_t allocated_bytes) {

本体部(body)

  {- -------------------------------------------
  (1) G1CollectedHeap::retire_mutator_alloc_region() を呼び出すだけ.
      ---------------------------------------- -}

      _g1h->retire_mutator_alloc_region(alloc_region, allocated_bytes);
    }

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