hotspot/src/share/vm/memory/collectorPolicy.hpp
// Returns true if a collector has eden space with soft end.
virtual bool has_soft_ended_eden() {
{- -------------------------------------------
(1) 常に false をリターンするだけ.
---------------------------------------- -}
return false;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.