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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp633 double reclaimable_bytes_perc(size_t reclaimable_bytes);
H A Dg1CollectorPolicy.cpp1820 double G1CollectorPolicy::reclaimable_bytes_perc(size_t reclaimable_bytes) { function in class:G1CollectorPolicy
1840 double reclaimable_perc = reclaimable_bytes_perc(reclaimable_bytes);
2003 double reclaimable_perc = reclaimable_bytes_perc(reclaimable_bytes);

Completed in 38 milliseconds