--- old/src/hotspot/share/gc/g1/g1VMOperations.cpp 2019-02-27 11:07:52.458323599 +0100 +++ new/src/hotspot/share/gc/g1/g1VMOperations.cpp 2019-02-27 11:07:52.187315359 +0100 @@ -100,7 +100,7 @@ // At this point we are supposed to start a concurrent cycle. We // will do so if one is not already in progress. - bool res = g1h->g1_policy()->force_initial_mark_if_outside_cycle(_gc_cause); + bool res = g1h->policy()->force_initial_mark_if_outside_cycle(_gc_cause); // The above routine returns true if we were able to force the // next GC pause to be an initial mark; it returns false if a