< prev index next >

src/hotspot/share/gc/parallel/psParallelCompact.hpp

Print this page
@@ -884,11 +884,11 @@
      _source = addr;
    }
  
    // If the object will fit (size <= words_remaining()), copy it to the current
    // destination, update the interior oops and the start array.
-   void do_addr(HeapWord* addr, size_t words);
+   void do_addr(HeapWord* addr, size_t words, markWord mark);
  
    inline MoveAndUpdateClosure(ParMarkBitMap* bitmap, size_t region);
  
    // Accessors.
    HeapWord* destination() const         { return _destination; }
< prev index next >