hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
changeset 28206 98aac9173d5f
parent 27888 a52ea0e7671e
child 29681 e96b344b2c42
equal deleted inserted replaced
28205:6977216c35f2 28206:98aac9173d5f
   688 
   688 
   689   // Internal work method
   689   // Internal work method
   690   void get_from_global_pool(size_t word_sz, AdaptiveFreeList<FreeChunk>* fl);
   690   void get_from_global_pool(size_t word_sz, AdaptiveFreeList<FreeChunk>* fl);
   691 
   691 
   692 public:
   692 public:
       
   693   static const int _default_dynamic_old_plab_size = 16;
       
   694   static const int _default_static_old_plab_size  = 50;
       
   695 
   693   CFLS_LAB(CompactibleFreeListSpace* cfls);
   696   CFLS_LAB(CompactibleFreeListSpace* cfls);
   694 
   697 
   695   // Allocate and return a block of the given size, or else return NULL.
   698   // Allocate and return a block of the given size, or else return NULL.
   696   HeapWord* alloc(size_t word_sz);
   699   HeapWord* alloc(size_t word_sz);
   697 
   700