hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
changeset 1668 8ec481b8f514
parent 1425 ec7818f129f8
child 1675 cc1a5096e88f
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Wed Dec 10 23:46:10 2008 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Thu Dec 11 12:05:08 2008 -0800
@@ -102,7 +102,7 @@
       HeapWord* tmp = hr->allocate(sz);
       assert(tmp != NULL, "Humongous allocation failure");
       MemRegion mr = MemRegion(tmp, sz);
-      SharedHeap::fill_region_with_object(mr);
+      CollectedHeap::fill_with_object(mr);
       hr->declare_filled_region_to_BOT(mr);
       if (i == first) {
         first_hr->set_startsHumongous();