< prev index next >

src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp

Print this page

        

*** 677,686 **** --- 677,689 ---- // Internal work method void get_from_global_pool(size_t word_sz, AdaptiveFreeList<FreeChunk>* fl); public: + static const int defaultDynamicOldPLABSize = 16; + static const int defaultStaticOldPLABSize = 50; + CFLS_LAB(CompactibleFreeListSpace* cfls); // Allocate and return a block of the given size, or else return NULL. HeapWord* alloc(size_t word_sz);
< prev index next >