hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
changeset 28511 3de39f0478f8
parent 28170 b985dc631984
child 29701 f638fc81a3d0
equal deleted inserted replaced
28510:4f1d3611e0bc 28511:3de39f0478f8
   734   HeapWord** _survivor_chunk_array;
   734   HeapWord** _survivor_chunk_array;
   735   size_t     _survivor_chunk_index;
   735   size_t     _survivor_chunk_index;
   736   size_t     _survivor_chunk_capacity;
   736   size_t     _survivor_chunk_capacity;
   737   size_t*    _cursor;
   737   size_t*    _cursor;
   738   ChunkArray* _survivor_plab_array;
   738   ChunkArray* _survivor_plab_array;
       
   739 
       
   740   // A bounded minimum size of PLABs, should not return too small values since
       
   741   // this will affect the size of the data structures used for parallel young gen rescan
       
   742   size_t plab_sample_minimum_size();
   739 
   743 
   740   // Support for marking stack overflow handling
   744   // Support for marking stack overflow handling
   741   bool take_from_overflow_list(size_t num, CMSMarkStack* to_stack);
   745   bool take_from_overflow_list(size_t num, CMSMarkStack* to_stack);
   742   bool par_take_from_overflow_list(size_t num,
   746   bool par_take_from_overflow_list(size_t num,
   743                                    OopTaskQueue* to_work_q,
   747                                    OopTaskQueue* to_work_q,