src/hotspot/share/gc/parallel/psParallelCompact.hpp
changeset 47552 8a3599d60996
parent 47216 71c04702a3d5
child 47634 6a0c42c40cd1
equal deleted inserted replaced
47551:4d034d861e13 47552:8a3599d60996
   515 ParallelCompactData::RegionData::set_blocks_filled()
   515 ParallelCompactData::RegionData::set_blocks_filled()
   516 {
   516 {
   517   OrderAccess::release();
   517   OrderAccess::release();
   518   _blocks_filled = true;
   518   _blocks_filled = true;
   519   // Debug builds count the number of times the table was filled.
   519   // Debug builds count the number of times the table was filled.
   520   DEBUG_ONLY(Atomic::inc_ptr(&_blocks_filled_count));
   520   DEBUG_ONLY(Atomic::inc(&_blocks_filled_count));
   521 }
   521 }
   522 
   522 
   523 inline void
   523 inline void
   524 ParallelCompactData::RegionData::set_destination_count(uint count)
   524 ParallelCompactData::RegionData::set_destination_count(uint count)
   525 {
   525 {