hotspot/src/share/vm/memory/space.cpp
size_t ContigPermSpace::allowed_dead_ratio() const {
  {- -------------------------------------------
  (1) PermMarkSweepDeadRatio をリターンするだけ.
      ---------------------------------------- -}
      return PermMarkSweepDeadRatio;
    }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.