Top


定義場所(file name)

hotspot/src/share/vm/memory/collectorPolicy.hpp

説明(description)

  // Returns true if a collector has eden space with soft end.

名前(function name)

  virtual bool has_soft_ended_eden() {

本体部(body)

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

        return false;
      }

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