hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp
changeset 22203 d748cd0e8b1e
parent 21561 c619b1cb4554
child 22552 a29022212180
equal deleted inserted replaced
22173:f130ca87de66 22203:d748cd0e8b1e
   182 
   182 
   183   void ensure_parsability(bool retire_tlabs);
   183   void ensure_parsability(bool retire_tlabs);
   184   void accumulate_statistics_all_tlabs();
   184   void accumulate_statistics_all_tlabs();
   185   void resize_all_tlabs();
   185   void resize_all_tlabs();
   186 
   186 
   187   size_t unsafe_max_alloc();
       
   188 
       
   189   bool supports_tlab_allocation() const { return true; }
   187   bool supports_tlab_allocation() const { return true; }
   190 
   188 
   191   size_t tlab_capacity(Thread* thr) const;
   189   size_t tlab_capacity(Thread* thr) const;
   192   size_t unsafe_max_tlab_alloc(Thread* thr) const;
   190   size_t unsafe_max_tlab_alloc(Thread* thr) const;
   193 
   191