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

/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp67 virtual void begin_sweep_dict_census(double coalSurplusPercent,
H A DbinaryTreeDictionary.hpp302 void begin_sweep_dict_census(double coalSurplusPercent,
H A DbinaryTreeDictionary.cpp955 double coalSurplusPercent = _percentage; local
957 fl->set_coal_desired((ssize_t)((double)fl->desired() * coalSurplusPercent));
1037 void BinaryTreeDictionary<Chunk>::begin_sweep_dict_census(double coalSurplusPercent, argument
1039 BeginSweepClosure<Chunk> bsc(coalSurplusPercent, inter_sweep_current,

Completed in 34 milliseconds