hotspot/src/share/vm/memory/threadLocalAllocBuffer.cpp
void ThreadLocalAllocBuffer::initialize_statistics() {
{- -------------------------------------------
(1) 各フィールドを 0 に初期化するだけ.
---------------------------------------- -}
_number_of_refills = 0;
_fast_refill_waste = 0;
_slow_refill_waste = 0;
_gc_waste = 0;
_slow_allocations = 0;
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.