diff src/share/vm/memory/threadLocalAllocBuffer.inline.hpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 2d127394260e
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp	Tue Jun 01 11:48:33 2010 -0700
+++ b/src/share/vm/memory/threadLocalAllocBuffer.inline.hpp	Wed Jun 02 22:45:42 2010 -0700
@@ -31,7 +31,7 @@
     // Skip mangling the space corresponding to the object header to
     // ensure that the returned space is not considered parsable by
     // any concurrent GC thread.
-    size_t hdr_size = CollectedHeap::min_fill_size();
+    size_t hdr_size = oopDesc::header_size();
     Copy::fill_to_words(obj + hdr_size, size - hdr_size, badHeapWordVal);
 #endif // ASSERT
     // This addition is safe because we know that top is