Searched defs:coal_deaths (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp103 >= split_deaths() + coal_deaths() + (ssize_t)count, // "Current stock + depletion"
107 - split_deaths() - coal_deaths();
152 ssize_t coal_deaths() const { return _coal_deaths; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp246 ssize_t coal_deaths() const { function in class:VALUE_OBJ_CLASS_SPEC
247 return _allocation_stats.coal_deaths();

Completed in 23 milliseconds