--- old/src/share/vm/gc/g1/g1CollectorPolicy.hpp 2015-11-05 09:34:52.437117719 +0100 +++ new/src/share/vm/gc/g1/g1CollectorPolicy.hpp 2015-11-05 09:34:52.356115327 +0100 @@ -570,6 +570,8 @@ bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0); + bool about_to_start_mixed_phase() const; + // Record the start and end of an evacuation pause. void record_collection_pause_start(double start_time_sec); void record_collection_pause_end(double pause_time_ms, size_t cards_scanned);