hotspot/src/share/vm/memory/barrierSet.hpp
changeset 4886 a2f9a66475b3
parent 4461 c17c526d36ef
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/memory/barrierSet.hpp	Fri Jan 29 14:51:38 2010 -0800
+++ b/hotspot/src/share/vm/memory/barrierSet.hpp	Mon Feb 01 17:29:01 2010 -0800
@@ -124,8 +124,6 @@
   // Below length is the # array elements being written
   virtual void write_ref_array_pre(      oop* dst, int length) {}
   virtual void write_ref_array_pre(narrowOop* dst, int length) {}
-  // Below MemRegion mr is expected to be HeapWord-aligned
-  inline void write_ref_array(MemRegion mr);
   // Below count is the # array elements being written, starting
   // at the address "start", which may not necessarily be HeapWord-aligned
   inline void write_ref_array(HeapWord* start, size_t count);