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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp62 ssize_t _coal_deaths; // loss from coalescing member in class:VALUE_OBJ_CLASS_SPEC
78 _coal_deaths = 0;
152 ssize_t coal_deaths() const { return _coal_deaths; }
153 void set_coal_deaths(ssize_t v) { _coal_deaths = v; }
154 void increment_coal_deaths() { _coal_deaths++; }

Completed in 29 milliseconds