--- old/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2019-02-27 13:35:21.415378797 +0100 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.hpp 2019-02-27 13:35:21.144370557 +0100 @@ -1062,9 +1062,9 @@ virtual void collect(GCCause::Cause cause); // Perform a collection of the heap with the given cause; if the VM operation - // fails to execute for any reason, retry only if retry_on_vmop_failure is set. + // fails to execute for any reason, retry only if retry_on_gc_failure is set. // Returns whether this collection attempt actually executed. - bool attempt_collect(GCCause::Cause cause, bool retry_on_vmop_failure); + bool attempt_collect(GCCause::Cause cause, bool retry_on_gc_failure); // True iff an evacuation has failed in the most-recent collection. bool evacuation_failed() { return _evacuation_failed; }