--- old/src/share/vm/gc/g1/g1EvacFailure.cpp 2016-06-28 14:13:06.071455759 +0200 +++ new/src/share/vm/gc/g1/g1EvacFailure.cpp 2016-06-28 14:13:05.983453108 +0200 @@ -251,5 +251,5 @@ void G1ParRemoveSelfForwardPtrsTask::work(uint worker_id) { RemoveSelfForwardPtrHRClosure rsfp_cl(worker_id, &_hrclaimer); - _g1h->collection_set_iterate_from(&rsfp_cl, worker_id, _g1h->workers()->active_workers()); + _g1h->collection_set_iterate_from(&rsfp_cl, worker_id); }