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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp422 uint cset_region_length() { return young_cset_region_length() +
424 uint young_cset_region_length() { return eden_cset_region_length() + function in class:G1CollectorPolicy

Completed in 52 milliseconds