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

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp192 unsigned _max_slow_allocations; member in class:GlobalTLABStats
255 _max_slow_allocations = MAX2(_max_slow_allocations, value);
H A DthreadLocalAllocBuffer.cpp397 _max_slow_allocations = 0;
414 _perf_max_slow_allocations ->set_value(_max_slow_allocations);
429 _total_slow_allocations, _max_slow_allocations,

Completed in 84 milliseconds