hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
changeset 10022 377345fb5fb5
parent 9969 57932d7294a9
child 10240 c3931827e0cf
equal deleted inserted replaced
10021:7a7afd351444 10022:377345fb5fb5
  2713     icms_update_allocation_limits();
  2713     icms_update_allocation_limits();
  2714   }
  2714   }
  2715 
  2715 
  2716   bitMapLock()->unlock();
  2716   bitMapLock()->unlock();
  2717   releaseFreelistLocks();
  2717   releaseFreelistLocks();
       
  2718 
       
  2719   if (!CleanChunkPoolAsync) {
       
  2720     Chunk::clean_chunk_pool();
       
  2721   }
  2718 
  2722 
  2719   _between_prologue_and_epilogue = false;  // ready for next cycle
  2723   _between_prologue_and_epilogue = false;  // ready for next cycle
  2720 }
  2724 }
  2721 
  2725 
  2722 void ConcurrentMarkSweepGeneration::gc_epilogue(bool full) {
  2726 void ConcurrentMarkSweepGeneration::gc_epilogue(bool full) {