Searched refs:as_g1_policy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp143 virtual G1CollectorPolicy* as_g1_policy() { return NULL; } function in class:CollectorPolicy
151 bool is_g1_policy() { return as_g1_policy() != NULL; }
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp639 virtual G1CollectorPolicy* as_g1_policy() { return this; } function in class:G1CollectorPolicy

Completed in 34 milliseconds