--- old/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp 2019-02-15 19:02:25.423253091 +0300 +++ new/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp 2019-02-15 19:02:25.335256170 +0300 @@ -672,7 +672,7 @@ bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0); // Record the start and end of an evacuation pause. - void record_collection_pause_start(double start_time_sec); + void record_collection_pause_start(double start_time_sec, GCTracer &tracer); void record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info); // Record the start and end of a full collection. @@ -920,7 +920,7 @@ void update_max_gc_locker_expansion(); // Calculates survivor space parameters. - void update_survivors_policy(); + void update_survivors_policy(GCTracer &tracer); virtual void post_heap_initialize(); };