src/hotspot/share/gc/g1/g1YoungRemSetSamplingThread.hpp
changeset 57663 bf8e76d86d05
parent 53244 9807daeb47c4
equal deleted inserted replaced
57662:f81dbe27a7b1 57663:bf8e76d86d05
    45 
    45 
    46   double _last_periodic_gc_attempt_s;
    46   double _last_periodic_gc_attempt_s;
    47 
    47 
    48   double _vtime_accum;  // Accumulated virtual time.
    48   double _vtime_accum;  // Accumulated virtual time.
    49 
    49 
    50   void sample_young_list_rs_lengths();
    50   void sample_young_list_rs_length();
    51 
    51 
    52   void run_service();
    52   void run_service();
    53   void check_for_periodic_gc();
    53   void check_for_periodic_gc();
    54 
    54 
    55   void stop_service();
    55   void stop_service();