src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp

changeset 9931
fd44df5e3bc3
parent 9806
758c07667682
parent 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Wed Oct 14 16:43:13 2020 +0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Wed Oct 14 17:44:48 2020 +0800
     1.3 @@ -676,7 +676,7 @@
     1.4    bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
     1.5  
     1.6    // Record the start and end of an evacuation pause.
     1.7 -  void record_collection_pause_start(double start_time_sec);
     1.8 +  void record_collection_pause_start(double start_time_sec, GCTracer &tracer);
     1.9    void record_collection_pause_end(double pause_time_ms, EvacuationInfo& evacuation_info);
    1.10  
    1.11    // Record the start and end of a full collection.
    1.12 @@ -924,7 +924,7 @@
    1.13    void update_max_gc_locker_expansion();
    1.14  
    1.15    // Calculates survivor space parameters.
    1.16 -  void update_survivors_policy();
    1.17 +  void update_survivors_policy(GCTracer &tracer);
    1.18  
    1.19    virtual void post_heap_initialize();
    1.20  };

mercurial