With CMS now removed, there is no longer any GC where CollectedHeap::object_iterate() and CollectedHeap::safe_object_iterate() do different things. Hence, we can remove CollectedHeap::safe_object_iterate() and let all uses of it shift over to use CollectedHeap::object_iterate().