< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMark.cpp

Print this page
*** 2293,11 ***
    }
  
    process_array_chunk(obj_array, 0, initial_chunk_size);
  
    // Include object header size
!   return objArrayOopDesc::object_size(checked_cast<int>(initial_chunk_size));
  }
  
  size_t G1CMTask::process_partial_array(const G1TaskQueueEntry& task, bool stolen) {
    PartialArrayState* state = task.to_partial_array_state();
    // Access state before release by claim().
--- 2293,11 ---
    }
  
    process_array_chunk(obj_array, 0, initial_chunk_size);
  
    // Include object header size
!   return refArrayOopDesc::object_size(checked_cast<int>(initial_chunk_size));
  }
  
  size_t G1CMTask::process_partial_array(const G1TaskQueueEntry& task, bool stolen) {
    PartialArrayState* state = task.to_partial_array_state();
    // Access state before release by claim().
< prev index next >