hotspot/src/share/vm/memory/genCollectedHeap.hpp
changeset 22552 a29022212180
parent 22551 9bf46d16dcc6
child 22882 195c8f70d605
equal deleted inserted replaced
22551:9bf46d16dcc6 22552:a29022212180
   246   virtual bool block_is_obj(const HeapWord* addr) const;
   246   virtual bool block_is_obj(const HeapWord* addr) const;
   247 
   247 
   248   // Section on TLAB's.
   248   // Section on TLAB's.
   249   virtual bool supports_tlab_allocation() const;
   249   virtual bool supports_tlab_allocation() const;
   250   virtual size_t tlab_capacity(Thread* thr) const;
   250   virtual size_t tlab_capacity(Thread* thr) const;
       
   251   virtual size_t tlab_used(Thread* thr) const;
   251   virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
   252   virtual size_t unsafe_max_tlab_alloc(Thread* thr) const;
   252   virtual HeapWord* allocate_new_tlab(size_t size);
   253   virtual HeapWord* allocate_new_tlab(size_t size);
   253 
   254 
   254   // Can a compiler initialize a new object without store barriers?
   255   // Can a compiler initialize a new object without store barriers?
   255   // This permission only extends from the creation of a new object
   256   // This permission only extends from the creation of a new object