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

/openjdk9/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.hpp71 virtual void begin_sweep_dict_census(double coalSurplusPercent,
H A DbinaryTreeDictionary.hpp311 void begin_sweep_dict_census(double coalSurplusPercent,
H A DbinaryTreeDictionary.cpp972 double coalSurplusPercent = _percentage; local
974 fl->set_coal_desired((ssize_t)((double)fl->desired() * coalSurplusPercent));
1054 void BinaryTreeDictionary<Chunk_t, FreeList_t>::begin_sweep_dict_census(double coalSurplusPercent, argument
1056 BeginSweepClosure<Chunk_t, FreeList_t> bsc(coalSurplusPercent, inter_sweep_current,

Completed in 110 milliseconds