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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1337 size_t expand_bytes_via_pct = local
1339 expand_bytes = MIN2(expand_bytes_via_pct, committed_bytes);
1353 expand_bytes_via_pct, (double) G1ExpandByPercentOfAvailable);

Completed in 33 milliseconds