< prev index next >

src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp

Print this page

        

*** 56,65 **** --- 56,66 ---- unsigned _number_of_refills; unsigned _fast_refill_waste; unsigned _slow_refill_waste; unsigned _gc_waste; unsigned _slow_allocations; + size_t _allocated_size; AdaptiveWeightedAverage _allocation_fraction; // fraction of eden allocated in tlabs void accumulate_statistics(); void initialize_statistics();
< prev index next >