Searched defs:as_two_generation_policy (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp139 virtual TwoGenerationCollectorPolicy* as_two_generation_policy() { return NULL; } function in class:CollectorPolicy
147 bool is_two_generation_policy() { return as_two_generation_policy() != NULL; }
315 TwoGenerationCollectorPolicy* as_two_generation_policy() { return this; } function in class:TwoGenerationCollectorPolicy

Completed in 30 milliseconds