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

changeset 9858
b985cbb00e68
parent 7651
c132be0fb74d
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Thu Aug 01 03:44:03 2019 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Aug 12 18:30:40 2019 +0300
     1.3 @@ -672,7 +672,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 @@ -920,7 +920,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