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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp254 uint survivor_cset_region_length);
257 uint survivor_cset_region_length() { return _survivor_cset_region_length; } function in class:G1CollectorPolicy
425 survivor_cset_region_length(); }
H A Dg1CollectorPolicy.cpp1307 uint survivor_cset_region_length) {
1309 _survivor_cset_region_length = survivor_cset_region_length;
1306 init_cset_region_lengths(uint eden_cset_region_length, uint survivor_cset_region_length) argument

Completed in 41 milliseconds