src/hotspot/share/gc/shared/threadLocalAllocBuffer.hpp
changeset 49946 2143feab681a
parent 49945 9425445633cf
child 50101 1560c3a7fbbf
equal deleted inserted replaced
49945:9425445633cf 49946:2143feab681a
    56   unsigned  _number_of_refills;
    56   unsigned  _number_of_refills;
    57   unsigned  _fast_refill_waste;
    57   unsigned  _fast_refill_waste;
    58   unsigned  _slow_refill_waste;
    58   unsigned  _slow_refill_waste;
    59   unsigned  _gc_waste;
    59   unsigned  _gc_waste;
    60   unsigned  _slow_allocations;
    60   unsigned  _slow_allocations;
       
    61   size_t    _allocated_size;
    61 
    62 
    62   AdaptiveWeightedAverage _allocation_fraction;  // fraction of eden allocated in tlabs
    63   AdaptiveWeightedAverage _allocation_fraction;  // fraction of eden allocated in tlabs
    63 
    64 
    64   void accumulate_statistics();
    65   void accumulate_statistics();
    65   void initialize_statistics();
    66   void initialize_statistics();