hotspot/src/share/vm/gc/g1/heapRegion.cpp
changeset 32606 fdaa30d06ada
parent 31592 43f48e165466
child 33105 294e48b4f704
--- a/hotspot/src/share/vm/gc/g1/heapRegion.cpp	Tue Sep 01 14:01:18 2015 -0700
+++ b/hotspot/src/share/vm/gc/g1/heapRegion.cpp	Wed Sep 02 09:14:04 2015 +0200
@@ -68,7 +68,7 @@
   // or it was allocated after marking finished, then we add it. Otherwise
   // we can safely ignore the object.
   if (!g1h->is_obj_dead(oop(cur), _hr)) {
-    oop_size = oop(cur)->oop_iterate(_rs_scan, mr);
+    oop_size = oop(cur)->oop_iterate_size(_rs_scan, mr);
   } else {
     oop_size = _hr->block_size(cur);
   }