changeset 27625 | 07829380b8cd |
parent 25485 | 9c3d427eed01 |
child 27687 | 3a6367d7110b |
--- a/hotspot/src/share/vm/memory/collectorPolicy.hpp Thu Oct 30 12:45:22 2014 +0100 +++ b/hotspot/src/share/vm/memory/collectorPolicy.hpp Fri Oct 31 09:10:51 2014 +0100 @@ -189,11 +189,6 @@ return CollectorPolicy::CollectorPolicyKind; } - // Returns true if a collector has eden space with soft end. - virtual bool has_soft_ended_eden() { - return false; - } - // Do any updates required to global flags that are due to heap initialization // changes virtual void post_heap_initialize() = 0;