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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp39 // We measure the demand between the end of the previous sweep and
44 // previous sweep gives us a time rate of demand for blocks
46 // our current estimate for the time rate of demand for blocks
48 // between sweeps. Our current estimate for demand for blocks of
106 ssize_t demand = prev_sweep() - (ssize_t)count + split_births() + coal_births() local
108 assert(demand >= 0,
111 demand, this, count));
113 if (demand < 0) {
114 demand = 0;
117 float rate = ((float)demand)/inter_sweep_curren
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_fr.properties52 NOT_SUPPORTED_ERR = L'impl\u00E9mentation ne prend pas en charge le type d'objet ou d'op\u00E9ration demand\u00E9.
61 FEATURE_NOT_SUPPORTED = Le param\u00E8tre {0} est reconnu mais la valeur demand\u00E9e ne peut pas \u00EAtre d\u00E9finie.

Completed in 57 milliseconds