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