Top


定義場所(file name)

hotspot/src/share/vm/memory/space.cpp

名前(function name)

size_t ContigPermSpace::allowed_dead_ratio() const {

本体部(body)

  {- -------------------------------------------
  (1) PermMarkSweepDeadRatio をリターンするだけ.
      ---------------------------------------- -}

      return PermMarkSweepDeadRatio;
    }

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